Re: JOGL display update problem
Posted by
gouessej on
Dec 29, 2012; 8:47pm
URL: https://forum.jogamp.org/JOGL-display-update-problem-tp4027643p4027646.html
static imports and the call to glFlush are useless. I see no call to display() in your methods implementing the key listener.
Edit.: I don't see why your source code doesn't work.