So, I have a code that check whether the player click the letter A, for example - But this will not work when the PC is set to a language that's not English. I use this to check whether the player clicked A:
Code: ags
Is there another way to check for a key press? I would like to avoid a message like "Please set your language to English to enable Caps Lock" if possible...
Thanks!
function on_key_press(eKeyCode keycode) {
[...}
if (keycode == eKeyA)
Is there another way to check for a key press? I would like to avoid a message like "Please set your language to English to enable Caps Lock" if possible...
Thanks!
