isScancodePressed
Jump to navigation
Jump to search
Function
Client Only
Online and Offline
Available since Client 1.0.0
bool isScancodePressed(bool scanCodeKey)
The isScancodePressed function is used to fetch the status of a scancode key being pressed.
Parameters
1) | bool | scanCodeKey | The scancode for the key. |
Return
bool | A boolean, representing whether the scancode 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