winit-sonoma-fix/src
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
..
platform [macos] add NSWindow.hasShadow support (#1637) 2020-08-13 11:10:34 -07:00
platform_impl Fix inverted horizontal scroll on macOS 2020-09-06 17:41:19 +03:00
dpi.rs Handle scale factor change on web-sys backend (#1690) 2020-08-30 09:15:44 -04:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
event.rs Unify Minus/Subtract virtual keycodes 2020-08-29 16:38:41 +03:00
event_loop.rs Handle scale factor change on web-sys backend (#1690) 2020-08-30 09:15:44 -04:00
icon.rs Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
lib.rs Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
monitor.rs Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
window.rs Fix with_fullscreen signature 2020-08-02 02:10:33 +03:00