winit/src/platform_impl
Valaphee The Meerkat 89a184ed84
feat(windows): Fix inconsistency in mouse button device events, add hwheel device event on Windows
While working with device events, I noticed that there was an inconsistency in the mouse button device events between Windows/X11 and for example web, because web uses the same ids/order as the MouseButton enum, and Windows/X11 are using the X11 ids, and hwheel device event was ignored on Windows.

Mouse button device events are now using the same order as the MouseButton enum, and I also added hwheel device events for Windows.
2023-10-20 10:03:05 -07:00
..
android Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
ios On iOS, add configuration for status bar style 2023-10-20 14:26:10 +04:00
linux Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
macos On macOS, fix tabGroup misuse 2023-10-20 14:05:57 +04:00
orbital Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
web Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
windows feat(windows): Fix inconsistency in mouse button device events, add hwheel device event on Windows 2023-10-20 10:03:05 -07:00
mod.rs Redox OS support (#2588) 2023-01-05 06:58:08 -07:00