Re: keyreleased() might be have a bug.
Posted by
gouessej on
Nov 30, 2012; 8:58am
URL: https://forum.jogamp.org/keyreleased-might-be-have-a-bug-tp4027319p4027323.html
Hi
It's not a problem, there are known differences in the way of handling key events between Windows and GNU Linux and Java doesn't try to hide it in this particular case. Please try to use InputEvent.isAutoRepeat() in order to ignore the annoying repeated keys both under Windows and GNU Linux.