Closed GoogleCodeExporter closed 9 years ago
Original comment by alex%1st...@gtempaccount.com
on 11 May 2012 at 8:33
Thanks for the report, NATIVE_KEY_PRESSED events have been fixed in the trunk.
As for the NATIVE_KEY_TYPED events, they always use the keycode VK_UNDEFINED as
specified in the javadoc for KeyEvent:
http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/event/KeyEvent.html
"For key pressed and key released events, the getKeyCode method returns the
event's keyCode. For key typed events, the getKeyCode method always returns
VK_UNDEFINED."
Original comment by alex%1st...@gtempaccount.com
on 11 May 2012 at 11:40
Original issue reported on code.google.com by
Jonathan...@gmail.com
on 11 May 2012 at 5:31Attachments: