Lua:isKeyPressed
Revision as of 00:08, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved isKeyPressed to Lua:isKeyPressed)
function isKeyPressed(key)
Returns true if the given keycode is valid and pressed down
Function Parameters
Parameter | Type | Description |
---|---|---|
key | Virtual-Key Code | The keycode for the key to test |