Hi,
is it possible to return the keycode and the key pressed with the Keyboard Event.
I want to allow custom keys for the player to set.
I would like to show the player what key they have pressed rather than the keycode which isnt much use to them. I suppose i could create some sort of lookup table for all the options but i am not sure if the keycode relates to the same key on all keyboards.
Thanks.