mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] wayland: use locked pointer to implement capture mode
This prevents the host cursor from moving into another window in capture mode, solving the problem of input going to an overlapping window in capture mode, and also preventing loss of focus with focus_follows_mouse.
This commit is contained in:
@@ -126,6 +126,7 @@ struct WaylandDSState
|
||||
struct zwp_pointer_constraints_v1 * pointerConstraints;
|
||||
struct zwp_relative_pointer_v1 * relativePointer;
|
||||
struct zwp_confined_pointer_v1 * confinedPointer;
|
||||
struct zwp_locked_pointer_v1 * lockedPointer;
|
||||
bool showPointer;
|
||||
uint32_t pointerEnterSerial;
|
||||
|
||||
|
Reference in New Issue
Block a user