Difference between revisions of "Lua:keyUp"
Jump to navigation
Jump to search
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
− | + | {{LuaSeeAlso}} | |
− | |||
* [[Virtual-Key Code]] | * [[Virtual-Key Code]] | ||
− | * [[Lua]] | + | |
+ | === Related Functions === | ||
+ | * [[Lua:keyDown|keyDown]] |
Latest revision as of 19:09, 18 March 2019
function keyUp(key)
Sets the key to the up state
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
key | Virtual-Key Code | The keycode for the key to set up |