mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
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