From db08e28304693c1b2e8cbfbad0c28c23c1a414d7 Mon Sep 17 00:00:00 2001 From: Akemi Date: Sat, 20 Jan 2018 15:54:27 +0100 Subject: osx: code cleanups and cosmetic fixes --- osdep/macosx_events_objc.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'osdep/macosx_events_objc.h') diff --git a/osdep/macosx_events_objc.h b/osdep/macosx_events_objc.h index f3210f2580..79ace0a909 100644 --- a/osdep/macosx_events_objc.h +++ b/osdep/macosx_events_objc.h @@ -26,24 +26,17 @@ 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; - -- (bool)queueCommand:(char *)cmd; - - (void)putKey:(int)keycode; - - (void)setHighestPriotityMediaKeysTap; - - (void)handleFilesArray:(NSArray *)files; +- (bool)queueCommand:(char *)cmd; - (bool)processKeyEvent:(NSEvent *)event; @end -- cgit v1.2.3