winit/src/platform_impl
Michael Kirk e2cf2a5754
Fix inverted horizontal scroll on macOS
In winit the swipe from left to right on touchpad should
generate positive horizontal delta change, however on
macOS it was the other way around without
natural scrolling.

This commit inverses the horizontal scrolling delta
in 'MouseScrollDelta' events to match other platforms.

Fixes #1695.
2020-09-06 17:41:19 +03:00
..
android android: fix event loop polling (#1638) 2020-08-12 11:56:28 -07:00
ios Renamed NSString to NSStringRust to support Debug View Heirarchy in Xcode (#1631) 2020-08-14 12:26:16 -07:00
linux Unify Minus/Subtract virtual keycodes 2020-08-29 16:38:41 +03:00
macos Fix inverted horizontal scroll on macOS 2020-09-06 17:41:19 +03:00
web Handle scale factor change on web-sys backend (#1690) 2020-08-30 09:15:44 -04:00
windows Unify Minus/Subtract virtual keycodes 2020-08-29 16:38:41 +03:00
mod.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00