mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[host] windows: implement KVMFR_FEATURE_SETCURSORPOS
This commit is contained in:
@@ -86,3 +86,12 @@ void os_showMessage(const char * caption, const char * msg)
|
||||
{
|
||||
DEBUG_INFO("%s: %s", caption, msg);
|
||||
}
|
||||
|
||||
bool os_hasSetCursorPos(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void os_setCursorPos(int x, int y)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user