Re: NEWT & Linux KeyEvents
Posted by
gouessej on
Jun 12, 2011; 12:19pm
URL: https://forum.jogamp.org/NEWT-Linux-KeyEvents-tp3049772p3055388.html
Hi
Another solution consists in disabling key repeat on Linux and re-enabling it when the VM is exiting (use a shutdown hook). I did it for my own game some years ago. Let me know whether this is interesting for you.