[client] more cursor tweaks for better integration with the WM

This commit is contained in:
Geoffrey McRae
2020-01-11 06:03:16 +11:00
parent 80f3c7934a
commit 05dc713dac
3 changed files with 65 additions and 13 deletions

View File

@@ -46,12 +46,16 @@ struct AppState
bool serverMode;
bool haveCursorPos;
bool drawCursor;
bool updateCursor;
float scaleX, scaleY;
float accX, accY;
int curLastX;
int curLastY;
int curlocalX;
int curlocalY;
bool haveCurLocal;
int curLocalX;
int curLocalY;
bool haveAligned;
const LG_Renderer * lgr;
void * lgrData;