winit/src/platform_impl/linux/wayland/seat
Kirill Chibisov b166e1ff13
On Wayland, make the CSD frame double click reliable
It was discovered that on GNOME the click sometimes being swallowed
by the mutter's `wl_pointer::enter/leave` sequences. This was happening
due to `xdg_toplevel::move` making the pointer to leave the surface.

To make handling of that more robust, we could start the
`xdg_toplevel::move` when the actual pointer motion is being performed.

Links: https://github.com/alacritty/alacritty/issues/7011
Links: https://gitlab.gnome.org/GNOME/mutter/-/issues/2669#note_1790825
2023-07-15 08:09:28 +00:00
..
keyboard Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
pointer On Wayland, make the CSD frame double click reliable 2023-07-15 08:09:28 +00:00
text_input Update wayland-rs to 0.30.0 2023-04-19 00:56:29 +03:00
touch On Wayland, fix nightly warnings 2023-05-04 00:24:02 +03:00
mod.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00