mirror of
https://github.com/libretro/Play-.git
synced 2025-01-22 17:01:00 +00:00
12 lines
136 B
Objective-C
12 lines
136 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface OutputWindow : NSWindow
|
|
{
|
|
|
|
}
|
|
|
|
-(bool)acceptsFirstResponder;
|
|
-(void)keyDown : (NSEvent*)event;
|
|
|
|
@end
|