Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI
Posted by Mr.Marbles on Jul 07, 2016; 3:48pm
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p4036887.html
There's an issue with resetting the mouse cursor in com.jme3.input.jogl.NewtMouseInput. If we call inputManager.setMouseCursor(null) to reset the mouse cursor back to the system default, NewtMouseInput will throw NPE. Is there another way to reset mouse cursor back to system default?