Closed smcv closed 1 year ago
(It works with the dummy or X11 video drivers, in the same GNOME/Wayland environment via Xwayland.)
Ah, it tries to warp the mouse pointer to a point within the window and check that the window has focus, which won't work under Wayland as it explicitly disallows warping the pointer. We'll have to disable the warp test under Wayland as it will never be reliable.
Thanks, I thought it would probably be something along those lines.
Is this just a limitation of the Wayland backend?