X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJDeviceController.h;h=cfa6d998e0039705e34ef26945dfe256908cbce2;hp=276922224b5e5c84645c8915b22067d6a5ec1972;hb=ca998dd950f0b1900b21dc05cf57987d09b4e70e;hpb=d0f4d54bb9eb66cbd19fa4dabb56fc09f42bd22d diff --git a/NJDeviceController.h b/NJDeviceController.h index 2769222..cfa6d99 100644 --- a/NJDeviceController.h +++ b/NJDeviceController.h @@ -15,14 +15,17 @@ IBOutlet NSOutlineView *outlineView; IBOutlet NJOutputController *outputController; IBOutlet NJMappingsController *mappingsController; + IBOutlet NSSegmentedControl *translatingEventsSetting; } -- (void)setup; -- (NJDevice *)findDeviceByRef:(IOHIDDeviceRef)device; - @property (nonatomic, readonly) NJInput *selectedInput; @property (nonatomic, assign) NSPoint mouseLoc; @property (nonatomic, assign) BOOL frontWindowOnly; @property (nonatomic, assign) BOOL translatingEvents; +- (void)setup; +- (NJDevice *)findDeviceByRef:(IOHIDDeviceRef)device; + +- (IBAction)translatingEventsChanged:(id)sender; + @end