isUp(buttonCode) → {boolean}
Returns true if the button is not currently pressed.
Parameters
Name | Type | Description |
---|---|---|
buttonCode | number | The buttonCode of the button to check. |
Returns
boolean -
True if the button is not currently pressed down.
- Source code: input/SinglePad.js (Line 468)
Please login to continue.