Re: Bug in resize of NEWT window on OSX?
Posted by jmaasing on Mar 30, 2013; 11:18pm
URL: https://forum.jogamp.org/Bug-in-resize-of-NEWT-window-on-OSX-tp4028843p4028861.html
Thanks for the tip about the keycodes. Strange thing is that when I run the application I get runtime errors:
com.jogamp.newt.event.KeyEvent.getKeyCode()I
but if I get into the debugger and execute getKeyCode in the debugger I get the correct value back.
I must have some weird thing going on in eclipse with some caching of JAR/class files.