X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=EnjoyableApplicationDelegate.h;h=b795a9243207fcf308ebfdcd72d1bf8795d923e2;hp=6a198e6aa67706a29bf43067f7ed234c79756ec9;hb=56d825ba259066d847a9fc3f9c8c0c0a362a1507;hpb=d0f4d54bb9eb66cbd19fa4dabb56fc09f42bd22d diff --git a/EnjoyableApplicationDelegate.h b/EnjoyableApplicationDelegate.h index 6a198e6..b795a92 100644 --- a/EnjoyableApplicationDelegate.h +++ b/EnjoyableApplicationDelegate.h @@ -10,19 +10,14 @@ @class NJOutputController; @class NJMappingsController; -@interface EnjoyableApplicationDelegate : NSObject { - IBOutlet NSDrawer *drawer; - IBOutlet NSWindow *mainWindow; - IBOutlet NSToolbarItem *activeButton; - IBOutlet NSMenuItem *activeMenuItem; +@interface EnjoyableApplicationDelegate : NSObject +{ 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