X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=EnjoyableApplicationDelegate.h;h=4615d12a5692b19239992dbabd36772d66aef803;hp=6a198e6aa67706a29bf43067f7ed234c79756ec9;hb=3eb4949fe4554cb4a32e1237571da4a96d26978c;hpb=d0f4d54bb9eb66cbd19fa4dabb56fc09f42bd22d diff --git a/EnjoyableApplicationDelegate.h b/EnjoyableApplicationDelegate.h index 6a198e6..4615d12 100644 --- a/EnjoyableApplicationDelegate.h +++ b/EnjoyableApplicationDelegate.h @@ -11,18 +11,11 @@ @class NJMappingsController; @interface EnjoyableApplicationDelegate : NSObject { - IBOutlet NSDrawer *drawer; - IBOutlet NSWindow *mainWindow; - IBOutlet NSToolbarItem *activeButton; - IBOutlet NSMenuItem *activeMenuItem; IBOutlet NSMenu *dockMenuBase; + IBOutlet NSWindow *window; } @property (nonatomic, strong) IBOutlet NJDeviceController *inputController; -@property (nonatomic, strong) IBOutlet NJOutputController *outputController; @property (nonatomic, strong) IBOutlet NJMappingsController *mappingsController; -- (IBAction)toggleActivity:(id)sender; -- (void)mappingsChanged; - @end