[client] improved sync with guest cursor position

This commit is contained in:
Geoffrey McRae
2020-01-11 03:41:44 +11:00
parent c2a15ad89d
commit 5b163063c3
3 changed files with 109 additions and 105 deletions

View File

@@ -46,6 +46,7 @@ struct AppState
bool haveCursorPos;
float scaleX, scaleY;
float accX, accY;
bool serverMode;
const LG_Renderer * lgr;
void * lgrData;