mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
11 lines
344 B
Objective-C
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
|