mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:03:40 +00:00
[host] fix cursor visibility bug
This commit is contained in:
parent
db907b1b67
commit
ce4f1be2a6
@ -420,6 +420,7 @@ unsigned int Capture::DXGI::Capture()
|
|||||||
cursor.hasPos = true;
|
cursor.hasPos = true;
|
||||||
cursor.x = m_lastCursorX = curPos.x;
|
cursor.x = m_lastCursorX = curPos.x;
|
||||||
cursor.y = m_lastCursorY = curPos.y;
|
cursor.y = m_lastCursorY = curPos.y;
|
||||||
|
cursor.visible = m_lastMouseVis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user