Difference between revisions of "Lua:isKeyPressed"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
− | + | {{LuaSeeAlso}} | |
* [[Virtual-Key Code]] | * [[Virtual-Key Code]] | ||
− |
Latest revision as of 00:51, 25 January 2018
function isKeyPressed(key)
Returns true if the given keycode is valid and pressed down
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
key | Virtual-Key Code | The keycode for the key to test |