mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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).
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
@interface EventsResponder : NSObject <HIDRemoteDelegate>
|
||||
- (BOOL)handleMediaKey:(NSEvent *)event;
|
||||
- (NSEvent *)handleKeyDown:(NSEvent *)event;
|
||||
- (NSEvent *)handleKey:(NSEvent *)event;
|
||||
- (void)startAppleRemote;
|
||||
- (void)stopAppleRemote;
|
||||
- (void)startMediaKeys;
|
||||
|
||||
Reference in New Issue
Block a user