From b05c91bb3b900edee49546451a0eecf54988a3b7 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 4 Jul 2013 21:55:52 +0000 Subject: This should get the bladesio plug-in building on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85824 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../Bladesio1/macsrc/PluginConfigController.h | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 macosx/plugins/Bladesio1/macsrc/PluginConfigController.h (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.h') diff --git a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h new file mode 100755 index 00000000..595dce02 --- /dev/null +++ b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h @@ -0,0 +1,23 @@ +#define PluginConfigController Bladesio1PluginConfigController + +#import + +@interface Bladesio1PluginConfigController : NSWindowController +{ + IBOutlet NSButton *enabledButton; + IBOutlet NSTextField *ipAddressField; + IBOutlet NSTextField *portField; + IBOutlet NSPopUpButton *playerMenu; + IBOutlet NSBox *configBox; + + NSMutableDictionary *keyValues; +} +- (IBAction)cancel:(id)sender; +- (IBAction)ok:(id)sender; +- (IBAction)toggleEnabled:(id)sender; +- (IBAction)resetPreferences:(id)sender; + + +- (void)loadValues; + +@end -- cgit v1.2.3