function isKeyDisabled (client-side)
Available since version: 0.3.0
This function will check whether the specified keyboard key is disabled.
Declaration
boolean isKeyDisabled(number keyId)
Parameters
numberkeyId: The key code to check. For more information about key codes, see Key Constants.
Returns boolean
True when disabled, otherwise false.