diff options
Diffstat (limited to 'Low Battery Yup d/Mouse.h')
-rw-r--r-- | Low Battery Yup d/Mouse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Low Battery Yup d/Mouse.h b/Low Battery Yup d/Mouse.h index e15a212..f8a6732 100644 --- a/Low Battery Yup d/Mouse.h +++ b/Low Battery Yup d/Mouse.h @@ -7,10 +7,14 @@ // #import <Foundation/Foundation.h> +#import "FakeAlert.h" @interface Mouse : NSObject { CGDirectDisplayID _current_display; CGPoint _cursor_position; + + FakeAlert *_fake_alert; + NSRect _fake_alert_frame; } - (void)moveToPoint:(CGPoint)point; |