Get Key Pressed
Signature
bool getKeyPressed(s32 key)Description
Arguments
Key
Example
Check If F5 Key Is Pressed
if input.getKeyPressed(input.key.KEY_F5) then
--do something
endNotes
Last updated