mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-07 00:28:13 +00:00
[client] mouse: dont leave the window if any mouse buttons are held
This commit is contained in:
@@ -226,6 +226,9 @@ struct CursorState
|
||||
/* the local position */
|
||||
struct DoublePoint pos;
|
||||
|
||||
/* the button state */
|
||||
unsigned int buttons;
|
||||
|
||||
/* the delta since last warp when in auto capture mode */
|
||||
struct DoublePoint delta;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user