Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITKeyBroadcaster.h
1 /*
2  *      ITKit
3  *      ITKeyBroadcaster.h
4  *
5  *      Copyright (c) 2005 iThink Software
6  *
7  */
8
9 #import <Cocoa/Cocoa.h>
10
11 __private_extern__ NSString *ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo
12
13 @interface ITKeyBroadcaster : NSButton {
14
15 }
16
17 + (long)cocoaModifiersAsCarbonModifiers:(long)cocoaModifiers;
18
19 @end