From 462e6f281a66ad8d8bfcfc9a342d365ccc28121f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 30 Aug 2013 19:46:48 +0200 Subject: cocoa: let the core handle key repeats Report key down and key up modifiers to the core so that it can issue it's own key repeats (instead of relying on Cocoa's ones). --- osdep/macosx_application_objc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/macosx_application_objc.h') diff --git a/osdep/macosx_application_objc.h b/osdep/macosx_application_objc.h index 1af64dbcab..53d00b2ab4 100644 --- a/osdep/macosx_application_objc.h +++ b/osdep/macosx_application_objc.h @@ -22,7 +22,7 @@ @interface EventsResponder : NSObject - (BOOL)handleMediaKey:(NSEvent *)event; -- (NSEvent *)handleKeyDown:(NSEvent *)event; +- (NSEvent *)handleKey:(NSEvent *)event; - (void)startAppleRemote; - (void)stopAppleRemote; - (void)startMediaKeys; -- cgit v1.2.3