Is there any way to get the keyname
HTML Code:
keyname(int keycode) returns string
^Returns UP, LEFT, DOWN and RIGHT, from when a player is pressing the default keys to move.
from the function 'onKeyDown'
HTML Code:
onKeyDown(keycode, key)
mainly looking at the keycode, not the key.
Or, to just check if a player is pressing one of the detault keys set on Graals F3 options?