Hello everybody!

I would like to use modifier keys in my app, for example Ctrl + Space. But it 
seems that I am unable to make them work. I tried to use ea.getKey() to get 
the key and ea.getModKeyMask() to get the modifier mask. But ea.getKey() 
always return KEY_Control_L, when pressing Ctrl + space, and I never get the 
KEY_Space. What am I doing wrong?

Thank you!
-- 
Papadakos Panagiotis
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to