Re: [PATCH v6 0/5] MR4593: winewayland.drv: part 11: Mouselook support
I have also seen this with KDE, and my current inclination is to say that this is a compositor problem. Looking at the logs it seems the driver is issuing the proper requests, but the cursor remains visible.
Yeah, the wayland log looks okay. ``` [ 858989.759] -> wl_pointer(a)15.set_cursor(172832, nil, 0, 0) [ 858989.762] -> zwp_relative_pointer_manager_v1(a)10.get_relative_pointer(new id zwp_relative_pointer_v1(a)59, wl_pointer(a)15) [ 858990.080] -> wl_compositor(a)4.create_region(new id wl_region(a)57) [ 858990.083] -> wl_region(a)57.add(1280, 720, 0, 0) [ 858990.086] -> zwp_pointer_constraints_v1(a)9.confine_pointer(new id zwp_confined_pointer_v1(a)49, wl_surface(a)3, wl_pointer(a)15, wl_region(a)57, 2) ``` this should work, there's only one pointer enter event and no leave event before. Will check why kwin refuses to hide the cursor. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4593#note_55526
participants (1)
-
Vlad Zahorodnii (@zzag)