mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-24 08:01:31 +00:00
[client] input: track pointer confinement state
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
bool core_inputEnabled(void);
|
||||
void core_invalidatePointer(bool detectInView);
|
||||
void core_setCursorInView(bool enable);
|
||||
void core_handleGrabEvent(bool active);
|
||||
void core_setGrab(bool enable);
|
||||
void core_setGrabQuiet(bool enable);
|
||||
bool core_warpPointer(int x, int y, bool exiting);
|
||||
|
||||
Reference in New Issue
Block a user