Hi! Quick question: has anybody figured out how to detect caps lock keyhits? I don't see it in the mojo keycodes, and I was hoping to use it to toggle a menu.
Ok, I jumped to soon. There is no way to check the current state of the caps_lock key. GLFW only reports it during a key event.
But that means without press another key, you can't check it upfront when you app starts and it may be preactivated.