Get Key Pressed
Signature
Description
Returns whether a given key is currently pressed (true
) or not (false
).
Arguments
Key
The input key that will be checked.
Example
Check If F5 Key Is Pressed
Notes
Last updated