Files
winit/src/platform_impl/linux/wayland/seat
Kirill Chibisov c5620efc9c On Wayland, don't drop extra mouse buttons
This commit forwards "unknown" Wayland mouse buttons downstream via
'MouseButton::Other'. Possible values for those could be found in
<linux/input-event-codes.h>.

Also, since Wayland just forwards buttons from the kernel, which are
'u16', we must adjust 'MouseButton::Other' to take 'u16' instead of
'u8'.
2020-12-09 23:11:25 +03:00
..
2020-09-29 00:11:43 +03:00
2020-09-29 00:11:43 +03:00
2020-09-29 00:11:43 +03:00