Two issues with mouse scrolling:
- Direction is reversed
- Scrolling while outside of the window will "store up" scrolls which are then released as a single cumulative event next time scrolling occurs on the window.
Platforms tested:
- X11: occurs
- Windows: doesnt occur
Bisected to: 15aafc2
I am currently investigating what is going wrong and plan to submit a PR.
Two issues with mouse scrolling:
Platforms tested:
Bisected to: 15aafc2
I am currently investigating what is going wrong and plan to submit a PR.