removeKey(keycode)
Removes a Key object from the Keyboard manager.
Parameters
| Name | Type | Description |
|---|---|---|
keycode | integer | The keycode of the key to remove. |
- Source code: input/Keyboard.js (Line 191)
removeKey(keycode)
Removes a Key object from the Keyboard manager.
| Name | Type | Description |
|---|---|---|
keycode | integer | The keycode of the key to remove. |
Please login to continue.