I have a MenuBar item Command that needs to know the current state of
the keyboard.  I basically need to detect whether the Ctrl is down and
I don't have access to any KeyPressEvent that I'm aware of.

I added the item with MenuBar.addItem(String, Command).  The Command
is where the code is that needs this information.  Is there any client
API that can get access to the current state of the user's mouse /
keyboard state?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to