isKeyDown
Jump to navigation
Jump to search
Function
Client Only
Online and Offline
Available since Client 1.0.0
bool isKeyDown(int keyCode)
The isKeyDown function is used to fetch the status of a key being pressed.
Parameters
1) | int | keyCode | The code for the key. |
Return
bool | A boolean, representing whether the key is pressed down. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Client Related
bindKey
isKeyDown
isScancodePressed
unbindAllKeys
unbindKey