aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup d/Mouse.h
diff options
context:
space:
mode:
authorTeddy Wing2016-11-16 04:51:45 -0500
committerTeddy Wing2016-11-16 04:51:45 -0500
commitb3e644a6ec9d14554f4268d38b543cc1d8b7197e (patch)
tree417ab1c4c9799393147c759761d5019f94bbbe4b /Low Battery Yup d/Mouse.h
parent3db243f3c84f7ab36747f4badfd4f57a26563821 (diff)
downloadLow-Battery-Yup-b3e644a6ec9d14554f4268d38b543cc1d8b7197e.tar.bz2
Mouse: Change mouse coordinates to Low Battery OK button
Modify the coordinates such that instead of clicking the center of the screen, we click the OK button on the low battery warning dialog. Rename the method according to its new intent. TODO: This probably doesn't work on other displays that have different resolutions. We need to check that and figure out a cross-display solution.
Diffstat (limited to 'Low Battery Yup d/Mouse.h')
-rw-r--r--Low Battery Yup d/Mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Low Battery Yup d/Mouse.h b/Low Battery Yup d/Mouse.h
index 0671083..e15a212 100644
--- a/Low Battery Yup d/Mouse.h
+++ b/Low Battery Yup d/Mouse.h
@@ -14,7 +14,7 @@
}
- (void)moveToPoint:(CGPoint)point;
-- (void)moveToCenter;
+- (void)moveToLowBatteryOK;
- (void)click;
@end