I'm trying to fix my mouse issues, so I added an NSLog to see the delta results, and I noticed that even scrolling down and only down sometimes my mouse sends a positive value that adds some buggy sense in the scroll bar. As the logs show, you can see lots of -3 which is the expected behavior, but there are some unexpected 3s.
I'm trying to fix my mouse issues, so I added an
NSLog
to see thedelta
results, and I noticed that even scrolling down and only down sometimes my mouse sends a positive value that adds some buggy sense in the scroll bar. As the logs show, you can see lots of-3
which is the expected behavior, but there are some unexpected3
s.The expected behavior is to fix those
3
s that messes the scrolling, any suggestion? thanks for the awesome little app :)