X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetController.h;h=f68a6da5d001188ae646958727f4d24f8b24cc6b;hp=f26421057db9507615f48e2fa600e84884844fd9;hb=a71f9eae29ac9df72aa15c2de80f6a82b5aca44e;hpb=530009447c5bbd360ac5023979cffc6d32a28df3 diff --git a/TargetController.h b/TargetController.h index f264210..f68a6da 100644 --- a/TargetController.h +++ b/TargetController.h @@ -18,7 +18,7 @@ IBOutlet KeyInputTextView* keyInput; IBOutlet NSButtonCell *radioNoAction, *radioKey, *radioConfig; IBOutlet NSMatrix* radioButtons; - IBOutlet NSMatrix* mouseBtnRadio; + IBOutlet NSSegmentedControl* mouseBtnSelect; IBOutlet NSTextField* title; IBOutlet NSPopUpButton* configPopup; IBOutlet ConfigsController* configsController; @@ -34,6 +34,7 @@ -(void) refreshConfigsPreservingSelection: (BOOL) preserve; -(IBAction)configChosen:(id)sender; -(IBAction)radioChanged:(id)sender; +-(IBAction)mbtnChanged:(id)sender; -(void) focusKey; @property(readwrite) BOOL enabled;