X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FEnjoyableApplicationDelegate.h;fp=Classes%2FEnjoyableApplicationDelegate.h;h=3b1f2f44ccf17b61667e89444dd09b77d0a37d5f;hp=52869f21abcb952eb050a919ae052a114da99a85;hb=6cee2033d1c0fc0dacf444064305b9e7e87672a9;hpb=6a7c78afa7b8a34901f59a79afe41d18855734bc diff --git a/Classes/EnjoyableApplicationDelegate.h b/Classes/EnjoyableApplicationDelegate.h index 52869f2..3b1f2f4 100644 --- a/Classes/EnjoyableApplicationDelegate.h +++ b/Classes/EnjoyableApplicationDelegate.h @@ -19,11 +19,7 @@ NJDeviceViewControllerDelegate, NJMappingsViewControllerDelegate, NJMappingMenuDelegate, - NSWindowDelegate> { - IBOutlet NSMenu *dockMenu; - IBOutlet NSMenu *statusItemMenu; - IBOutlet NSWindow *window; -} + NSWindowDelegate> @property (nonatomic, strong) IBOutlet NJMappingsController *mappingsController; @property (nonatomic, strong) IBOutlet NJDeviceController *deviceController; @@ -31,8 +27,14 @@ @property (nonatomic, strong) IBOutlet NJMappingsViewController *mvc; @property (nonatomic, strong) IBOutlet NJDeviceViewController *dvc; +@property (nonatomic, strong) IBOutlet NSMenu *dockMenu; +@property (nonatomic, strong) IBOutlet NSMenu *statusItemMenu; +@property (nonatomic, strong) IBOutlet NSWindow *window; +@property (nonatomic, strong) IBOutlet NSButton *simulatingEventsButton; + - (IBAction)restoreToForeground:(id)sender; - (IBAction)importMappingClicked:(id)sender; - (IBAction)exportMappingClicked:(id)sender; +- (IBAction)simulatingEventsChanged:(NSButton *)sender; @end