input.getBindingKey
getBindingKey(keycode: number) → {string}
return the action associated with the given keycode
Name | Type | Description |
---|---|---|
keycode | number |
(See input.KEY) |
Type | Description |
---|---|
string |
user defined associated action |