LWJGL Forum

Archive => Resolved Bugs/RFE => Topic started by: adamk33n3r on May 09, 2013, 21:23:09

Title: [FIXED] Mouse Wheel Scrolling while Mouse is Grabbed Issue
Post by: adamk33n3r on May 09, 2013, 21:23:09
I have found that when the mouse is grabbed and I scroll the mouse wheel, Mouse.getDY() is returning values.

It seems if the mouse speed is over 100 then the DY will not be zero so in game camera will move up and down if you dont scroll one "notch" at a time.

I don't know if this is cross platform but I am on OS X with both Java 6 and Java 7.

What is happening here?
Title: Re: Mouse Wheel Scrolling while Mouse is Grabbed Issue
Post by: kappa on July 09, 2013, 16:21:21
This is now fixed in the LWJGL 2.9.1 nightly builds.

Thanks for reporting.
Title: Re: [FIXED] Mouse Wheel Scrolling while Mouse is Grabbed Issue
Post by: mrgibson on July 12, 2013, 20:25:29
How nice, I had this issue today (only on OSX) and now It is already fixed :)