[Swingwt-developers] Bug with modifiers from events
Status: Beta
Brought to you by:
bobintetley
From: Bob T. <bob...@gm...> - 2007-08-29 19:07:09
|
MouseEvent.isControlDown() always returns false. MouseEvent.getModifiers() always returns 1024 for button 1 no matter what keys are held down with it. So I presume the other is???Down() methods will also have the same problem. Can anyone suggest a workaround of how I can test for control key down after receiving the event? I there any global keyboard object that I can query for current status? Regards Bob. |