mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-30 08:22:29 +00:00
[client] more cursor tweaks and some cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user