unbindAllKeys
(Redirected from UnbindAllKeys)
Jump to navigation
Jump to search
Function
Server and Client
Online and Offline
Available since Server 1.0.0, Client 1.0.0
void unbindAllKeys(void)
The unbindAllKeys function is used to unbind all handlers from being called when any key is pressed or released.
Parameters
void | This function doesn't take any parameters. |
Return
void | This function doesn't return a value. |
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
Server Related
bindKey
unbindAllKeys
unbindKey
Client Related
bindKey
isKeyDown
isScancodePressed
unbindAllKeys
unbindKey