summaryrefslogtreecommitdiffstats
path: root/osdep/mac/events_objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mac/events_objc.h')
-rw-r--r--osdep/mac/events_objc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/osdep/mac/events_objc.h b/osdep/mac/events_objc.h
index dd1f191ac3..01c0957991 100644
--- a/osdep/mac/events_objc.h
+++ b/osdep/mac/events_objc.h
@@ -27,16 +27,8 @@ struct input_ctx;
@interface EventsResponder : NSObject
+ (EventsResponder *)sharedInstance;
-- (void)setInputContext:(struct input_ctx *)ctx;
- (void)setIsApplication:(BOOL)isApplication;
-/// Blocks until inputContext is present.
-- (void)waitForInputContext;
-- (void)wakeup;
-- (void)putKey:(int)keycode;
-- (void)handleFilesArray:(NSArray *)files;
-
-- (bool)queueCommand:(char *)cmd;
- (bool)processKeyEvent:(NSEvent *)event;
- (BOOL)handleMPKey:(int)key withMask:(int)mask;