1fed89f4f94fbde9e62b3ee60ce2d1c097c629aa
[ITKit.git] / ITKeyBroadcaster.h
1 /*
2  *      ITKit
3  *  ITHotKeyBroadcaster
4  *
5  *  Original Author : Quentin Carnicelli <...>
6  *   Responsibility : Kent Sutherland <kent.sutherland@ithinksw.com>
7  *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
8  *
9  *  Copyright (c) 2002 - 2003 iThink Software.
10  *  All Rights Reserved
11  *
12  */
13
14
15 #import <AppKit/AppKit.h>
16
17
18 @interface ITKeyBroadcaster : NSButton
19 {
20 }
21
22 + (long)cocoaModifiersAsCarbonModifiers: (long)cocoaModifiers;
23
24
25 @end
26
27
28 __private_extern__ NSString* ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo