mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-07 00:28:13 +00:00
[client] spice: refactor g_cursor.last to g_cursor.pos
This commit is contained in:
@@ -207,8 +207,8 @@ struct CursorState
|
||||
/* the error accumulators */
|
||||
float accX, accY;
|
||||
|
||||
/* the last local X & Y positions */
|
||||
SDL_Point last;
|
||||
/* the local X & Y position */
|
||||
SDL_Point pos;
|
||||
|
||||
/* the delta since the last warp to CX/CY */
|
||||
SDL_Point delta;
|
||||
|
||||
Reference in New Issue
Block a user