mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[client] input: track pointer confinement state
This commit is contained in:
@@ -295,6 +295,9 @@ struct CursorState
|
||||
/* true if the cursor is currently in the guest view area */
|
||||
bool inView;
|
||||
|
||||
/* true if the cursor should be confined to the guest view area */
|
||||
bool viewReq;
|
||||
|
||||
/* true if the guest should be realigned to the host when next drawn */
|
||||
bool realign;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user