Hi there.
I would like to determine whether CAPS LOCK is set or not.
I seem to get the keyboard object to do this - if you check to see if CAPS LOCK is down or not, it behaves like any other key.
Thanks in advance.
Develop games in your browser. Powerful, performant & highly capable.
Have you tried testing for keycode?
i.e.
On Keycode 20 Pressed ------------------- Do action
Just tried your suggestion.
It does the same thing as testing for the key itself.
I need to see whether the CAPS LOCK state is on or off.