diff options
-rw-r--r-- | Low Battery Yup d/Mouse.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Low Battery Yup d/Mouse.m b/Low Battery Yup d/Mouse.m index 9bade59..d5bf766 100644 --- a/Low Battery Yup d/Mouse.m +++ b/Low Battery Yup d/Mouse.m @@ -34,7 +34,8 @@ size_t height = CGDisplayPixelsHigh(_current_display); point.x = width / 2 + 182; - point.y = height / 2 - 116; +// point.y = height / 2 - 116; // 1440x900 | 450 - 116 = 334 | 900 / 334 | 3340 / 900 = 3.7111 + point.y = height / 2 - 292; // 2560x1600 | 800 - 292 = 508 | 1600 / 508 | 5080 / 1600 = 3.175 [self moveToPoint:point]; } |