Files
winit/src/platform_impl/windows
Valaphee The Meerkat 40ba9a7ce7 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-21 11:40:41 +04:00
..
2023-05-28 21:02:59 +03:00
2022-12-22 20:35:33 +01:00
2023-10-21 11:40:41 +04:00
2023-05-28 21:02:59 +03:00
2023-06-04 00:02:37 +02:00
2023-10-21 11:40:41 +04:00