Have device controller setup itself rather than relying on the application delegate...
[enjoyable.git] / Classes / NJDeviceController.h
index 7658c64..e668b0f 100644 (file)
     IBOutlet NJMappingsController *mappingsController;
     IBOutlet NSButton *translatingEventsButton;
     IBOutlet NSMenuItem *translatingEventsMenu;
+    IBOutlet NSView *connectDevicePrompt;
 }
 
 @property (nonatomic, readonly) NJInput *selectedInput;
 @property (nonatomic, assign) NSPoint mouseLoc;
 @property (nonatomic, assign) BOOL translatingEvents;
 
-- (void)setup;
-- (NJDevice *)findDeviceByRef:(IOHIDDeviceRef)device;
-
 - (IBAction)translatingEventsChanged:(id)sender;
 
 @end