mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 00:11:29 +03:00
improve enter os password
This commit is contained in:
@@ -445,8 +445,8 @@ class CursorModel with ChangeNotifier {
|
||||
void updateDisplayOrigin(double x, double y) {
|
||||
_displayOriginX = x;
|
||||
_displayOriginY = y;
|
||||
_x = x;
|
||||
_y = y;
|
||||
_x = x + 1;
|
||||
_y = y + 1;
|
||||
FFI.moveMouse(x, y);
|
||||
FFI.canvasModel.resetOffset();
|
||||
notifyListeners();
|
||||
|
||||
Reference in New Issue
Block a user