Kent, I fixed 1.5 of your favorite bugs; set-loop doesn't quite work yet
[MenuTunes.git] / KeyBroadcaster.h
1 /* KeyBroadcaster */
2
3 #import <Cocoa/Cocoa.h>
4
5 @interface KeyBroadcaster : NSButton
6 {
7 }
8 + (long)cocoaToCarbonModifiers:(long)modifiers;
9 @end