[client] more cursor tweaks and some cleanup

This commit is contained in:
Geoffrey McRae
2020-01-11 05:22:12 +11:00
parent 1341bf8fbd
commit 80f3c7934a
3 changed files with 55 additions and 31 deletions

View File

@@ -43,10 +43,15 @@ struct AppState
LG_RendererRect dstRect;
SDL_Point cursor;
bool cursorVisible;
bool haveCursorPos;
float scaleX, scaleY;
float accX, accY;
bool serverMode;
bool serverMode;
bool haveCursorPos;
float scaleX, scaleY;
float accX, accY;
int curLastX;
int curLastY;
int curlocalX;
int curlocalY;
const LG_Renderer * lgr;
void * lgrData;