Synchronize the client and host cursor when starting absolute mode capture

This commit is contained in:
Cameron Gutman
2020-07-12 15:03:08 -07:00
parent d1c4ca5eae
commit 912e51d863
3 changed files with 63 additions and 12 deletions
+4
View File
@@ -77,6 +77,10 @@ public:
void setCaptureActive(bool active);
bool isMouseInVideoRegion(int mouseX, int mouseY, int windowWidth = -1, int windowHeight = -1);
void updateMousePositionReport(int mouseX, int mouseY);
static
QString getUnmappedGamepads();