aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Src/Displays/OVR_OSX_FocusReader.h
blob: 74858c586ce887b21403686e901ff9242729f3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef OVR_OSX_FocusReader_h
#define OVR_OSX_FocusReader_h

#import <Cocoa/Cocoa.h>

@interface FocusReader : NSObject <NSApplicationDelegate>{
    NSWindow *window;
}

- (void)start;

@property (assign) IBOutlet NSWindow *window;

@end

#endif