Login  Register

Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI

Posted by Andreas on Oct 23, 2015; 12:49pm
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p4035572.html

I tried to debug the problem and think I found the reason.

In line 278 of the AwtMouseWrapper a "break;" is missing.
https://github.com/gouessej/Ardor3D/blob/master/ardor3d-awt/src/main/java/com/ardor3d/input/awt/AwtMouseWrapper.java#L278

If you're pressing the right button, which should be button 3, the code is changing the state for button 4.

Andreas