mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 02:34:00 +00:00
[host] windows: implement KVMFR_FEATURE_SETCURSORPOS
This commit is contained in:
@@ -44,3 +44,5 @@ const char * os_getDataPath();
|
||||
void os_showMessage(const char * caption, const char * msg);
|
||||
|
||||
bool os_blockScreensaver();
|
||||
bool os_hasSetCursorPos(void);
|
||||
void os_setCursorPos(int x, int y);
|
||||
|
Reference in New Issue
Block a user