[client] spice: don't scale mouse if it's 1:1

This commit is contained in:
Geoffrey McRae
2020-12-04 00:50:27 +11:00
parent 3df23d6b73
commit c5befbba0e
2 changed files with 13 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ struct AppState
bool cursorInView;
bool updateCursor;
bool initialCursorSync;
bool scale;
float scaleX, scaleY;
float accX, accY;
int curLastX;