[client] input: track pointer confinement state

This commit is contained in:
Geoffrey McRae
2026-08-06 14:29:45 +10:00
parent 1baa5a3710
commit 142dc2bcef
13 changed files with 383 additions and 138 deletions

View File

@@ -321,6 +321,7 @@ struct LG_DisplayServerOps LGDS_Wayland =
.setPointer = waylandSetPointer,
.grabPointer = waylandGrabPointer,
.ungrabPointer = waylandUngrabPointer,
.isPointerGrabbed = waylandIsPointerGrabbed,
.capturePointer = waylandCapturePointer,
.uncapturePointer = waylandUncapturePointer,
.isPointerCaptured = waylandIsPointerCaptured,