[host] improve mouse sync with the client

This commit is contained in:
Geoffrey McRae
2018-10-09 17:48:44 +11:00
parent d8b4d0c1ce
commit db907b1b67
4 changed files with 101 additions and 83 deletions

View File

@@ -58,7 +58,7 @@ namespace Capture
enum FrameType GetFrameType();
size_t GetMaxFrameSize();
GrabStatus Capture();
unsigned int Capture();
GrabStatus GetFrame (struct FrameInfo & frame );
bool GetCursor(CursorInfo & cursor);
void FreeCursor(CursorInfo & cursor);