Files
textmate/Frameworks/OakAppKit/src/OakView.h
2013-03-10 16:11:26 +01:00

11 lines
344 B
Objective-C

#import <oak/misc.h>
PUBLIC extern NSUInteger const OakViewApplicationIsActiveMask;
PUBLIC extern NSUInteger const OakViewWindowIsMainMask;
PUBLIC extern NSUInteger const OakViewWindowIsKeyMask;
PUBLIC extern NSUInteger const OakViewViewIsFirstResponderMask;
PUBLIC @interface OakView : NSView
@property (nonatomic) NSUInteger keyState;
@end