Checking the ALT key

Monkey Targets Forums/Desktop/Checking the ALT key

Winterstein(Posted 2012) [#1]
How can I check if the ALT-Key is pressed? There is no KEY constant for it.

I have already enabled GLFW_SYSTEM_KEYS which lets me use alt+tab to switch from a fullscreen application. But I would like to react on ALT keypresses directly. And since TAB can be queried via monkey even though its a "system" key, I thought ALT might be available, too.

I was also wondering if it is possible to distinguish bewteen the left and right CONTROL key.