Login  Register

Re: Wrong keyCodes with NEWT on Linux.

Posted by lex on Aug 16, 2011; 12:15pm
URL: https://forum.jogamp.org/Wrong-keyCodes-with-NEWT-on-Linux-tp3256939p3258458.html

Another issue i found is that mouse scroll generates mouse button events instead of mouse wheel events: button4 for wheel up and button5 for wheel down.

Another unrelated problem is setting the full screen is buggy: the taskbar remains on top, and window.requestFocus() does nothing.

The Linux support seems to be so bad that it's not possible to use NEWT in production. Are there plans to improve it or is it best to simply stick with AWT/Swing JOGL integration?