modifier_shift?

BlitzMax Forums/BlitzMax Beginners Area/modifier_shift?

Dubious Drewski(Posted 2006) [#1]
I've been gone a while. It's been a crazy semester.

Anyway, who's idea was it to change key_shift to modifier_shift? It's still a key, no?

And why doesn't it work anymore?

If you put this into your main loop:

If KeyDown(modifier_shift) End

does it do anything for you? It does nothing for me, though "key_a" will work.


Perturbatio(Posted 2006) [#2]
modifiers are for key events (for use with the event system).
See KEY_LSHIFT and KEY_RSHIFT for the other way.


Dreamora(Posted 2006) [#3]
And for the SetHotyKeyEvent function in MaxGUI (or HotKeys in general)