Difference between revisions of "Lua:keyUp"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
− | == | + | {{LuaSeeAlso}} |
+ | |||
+ | === Related Functions === | ||
* [[keyDown]] | * [[keyDown]] | ||
* [[Virtual-Key Code]] | * [[Virtual-Key Code]] | ||
− |
Revision as of 21:40, 19 March 2017
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 |