[host] correct mouse position with hotspot offset

This commit is contained in:
Geoffrey McRae
2018-10-09 18:10:59 +11:00
parent ce4f1be2a6
commit 0e8678b182
2 changed files with 15 additions and 6 deletions

View File

@@ -104,5 +104,6 @@ namespace Capture
int m_lastCursorX, m_lastCursorY;
BOOL m_lastMouseVis;
POINT m_hotSpot;
};
};