Newt Mouse Event
Posted by gsxruk on Nov 11, 2012; 2:19pm
URL: https://forum.jogamp.org/Newt-Mouse-Event-tp4026853.html
Hi,
I have an application that uses a mouse listener attached to a GLWindow. All the mouse events appear to work fine except for the method mouseWheelMoved. Every time the mouse wheel is moved, the method is called (which you would expect), however what I don't understand is why for most of the events, calling getWheelRotation() returns 0? Surely if this method returns an integer and has been called (i.e. the wheel has been moved), you would expect to receive either 1 or -1 as a minimum? Or am I missing something?
Thanks,