Omar
Omar
I did a bit more manual testing, and I think either I did something very wrong, or the facebook solution doesn't work in all common cases. Testing on windows 10...
> unless we bypass the DeltaX/DeltaY field and look in the object using .Get("deltaY"). Done. The code still doesn't handle all situations but at least it follows the existing code...
Related discussions and solutions: http://stackoverflow.com/a/11738705/3184079 From the original stackoverflow link in the first post of this thread. This solution keeps a sample of 500 deltas and scales anything new by...
The 0.1 minimum value for trackpad input on the desktop is likely due to the change a few years ago which specifically affects MacOS inputs: https://github.com/glfw/glfw/pull/95 https://github.com/glfw/glfw/blob/5655e26315bede6d714ba9a9e087c04ab00e2b49/src/cocoa_window.m#L607 https://github.com/glfw/glfw/blob/master/src/cocoa_window.m#L621 In the...
At this point I don't think there's any "good" way to solve this issue. There are just too many settings and inputs that the browser "simplifies" for us - leaving...
> Hehe, I wonder if you noticed, I'm the author of that PR. :) Yea, although to be fair, you've contributed to nearly every github repo I visit so it...