Login  Register

Re: MouseListener, mouseWheelMoved and Shift

Posted by elect on Jan 20, 2014; 9:27am
URL: https://forum.jogamp.org/MouseListener-mouseWheelMoved-and-Shift-tp4031233p4031257.html

gouessej wrote
you can get the correct behaviour without getModifiersEx() by storing and managing the mouse states in the same way Ardor3D does.
You mean here

https://github.com/Renanse/Ardor3D/blob/master/ardor3d-jogl/src/main/java/com/ardor3d/input/jogl/JoglNewtMouseWrapper.java

?