Difference between revisions of "Lua:keyUp"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
+ | * [[Virtual-Key Code]] | ||
=== Related Functions === | === Related Functions === | ||
− | * [[keyDown | + | * [[Lua:keyDown|keyDown]] |
− |
Revision as of 00:52, 25 January 2018
function keyUp(key)
Sets the key to the up state
Function Parameters
Parameter | Type | Description |
---|---|---|
key | Virtual-Key Code | The keycode for the key to set up |