[client] input: gate motion on active capture

This commit is contained in:
Geoffrey McRae
2026-08-06 14:12:43 +10:00
parent a2a185a95b
commit 1baa5a3710
9 changed files with 131 additions and 26 deletions

View File

@@ -93,8 +93,9 @@ struct X11DSState
int xValuator;
int yValuator;
bool pointerGrabbed;
bool keyboardGrabbed;
_Atomic(bool) captureActive;
bool pointerGrabbed;
bool keyboardGrabbed;
bool entered;
bool focused;
bool fullscreen;