[host] don't spam the client with mouse updates when nothing has changed

This commit is contained in:
Geoffrey McRae
2017-12-13 02:29:53 +11:00
parent 5cfae05cae
commit 4b4aca841c
3 changed files with 24 additions and 6 deletions

View File

@@ -72,5 +72,7 @@ namespace Capture
BYTE * m_pointer;
UINT m_pointerBufSize;
UINT m_pointerSize;
BOOL m_lastMouseVis;
POINT m_lastMousePos;
};
};