mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-18 21:38:10 +00:00
[client] wayland: synchronize host cursor position with guest
This mirrors the x11 implementation, allowing the pointer to move correctly into overlapping windows.
This commit is contained in:
@@ -106,7 +106,3 @@ void waylandShowPointer(bool show)
|
||||
wlWm.showPointer = show;
|
||||
wl_pointer_set_cursor(wlWm.pointer, wlWm.pointerEnterSerial, show ? wlWm.cursor : NULL, 0, 0);
|
||||
}
|
||||
|
||||
void waylandGuestPointerUpdated(double x, double y, int localX, int localY)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user