Login  Register

Re: Bug 688 - Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyped(KeyEvent)

Posted by gouessej on Feb 15, 2013; 1:10pm
URL: https://forum.jogamp.org/Bug-688-Removal-of-NEWT-KeyEvent-EVENT-KEY-TYPED-and-KeyListener-keyTyped-KeyEvent-tp4028193p4028221.html

Hi

Finally, please consider keeping the typed events to ease the integration with other input APIs. Removing it would drive harder the port and the interoperability with several APIs generating such events including AWT and JInput. Despite our efforts, key pressed and key released events might preserve a very few platform-specific behaviours (which is more obvious for popup triggers in mouse events). Some developers are only interested in key typed events, for example when implementing a chat. The auto-repeat flag is nice but we should not be forced to use it to get true key typed events.
Julien Gouesse | Personal blog | Website