Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[client] wayland: support back/forward buttons on some mouses
Despite their names, SPICE_MOUSE_BUTTON_SIDE and SPICE_MOUSE_BUTTON_EXTRA are actually treated by Windows as BTN_BACK and BTN_FORWARD, with Edge browser and Heroes of the Storm both recognize them and label them correctly. Add the missing mapping for BTN_BACK and BTN_FORWARD. This is hinted by [1]. 1: rust-windowing/winit#1914 (comment)
- Loading branch information