OnKeyRelease: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|Called when the player releases a key. Use OnKeyPress to detect key down events.}} {{FuncSyntax|OnKeyRelease(key)}} {{FuncPa...")
 
mNo edit summary
 
Line 12: Line 12:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{ClientEvents}}
{{KeyClientEvents}}

Latest revision as of 08:49, 16 January 2020

OnKeyRelease

Type: Event
Context: Client
Introduced: v1.0

Description

Called when the player releases a key. Use OnKeyPress to detect key down events.

Syntax

OnKeyRelease(key)

Parameters

  • key
    The released key as a string.

Example

__EDIT_ME__

See also