Login  Register

Re: NEWT & Linux KeyEvents

Posted by amalsek on Jun 11, 2011; 12:01am
URL: https://forum.jogamp.org/NEWT-Linux-KeyEvents-tp3049772p3051321.html

Duh, the solution was simple. Maintain a Map containing the Action and its current state. If a new KEY_PRESSED comes, check the state of the corresponding action. If it's the same, drop it...