9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.61k stars 319 forks source link

devdraw: Fix mouse wheel scrolling in 1-tick increments on macOS #595

Closed zakkor closed 1 year ago

zakkor commented 1 year ago

Fix an issue with mouse wheel scrolling where float delta values were getting truncated into an integer, resulting in slow single-tick wheel scrolls being ignored

andrewrothman commented 1 year ago

Tested with a Logitech ERGO M575 and a Logitech MX Master 3 (with its precise magnetic scroll-wheel) as well as the internal laptop trackpad. Working great for me. Thanks!