Login  Register

MouseListener, mouseWheelMoved and Shift

Posted by elect on Jan 15, 2014; 12:30pm
URL: https://forum.jogamp.org/MouseListener-mouseWheelMoved-and-Shift-tp4031233.html

Normally to retrieve the value of the mouse wheel, I just read

mouseEvent.getRotation()[1]

But why if shift is pressed, that value is found at

mouseEvent.getRotation()[0]

?