summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFInput/macsrc/PadView.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFInput/macsrc/PadView.h')
-rwxr-xr-xmacosx/plugins/DFInput/macsrc/PadView.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/macosx/plugins/DFInput/macsrc/PadView.h b/macosx/plugins/DFInput/macsrc/PadView.h
index 8ab20ab5..5406a9f0 100755
--- a/macosx/plugins/DFInput/macsrc/PadView.h
+++ b/macosx/plugins/DFInput/macsrc/PadView.h
@@ -25,14 +25,12 @@
#import "ControllerList.h"
@interface PadView : NSView
-{
- IBOutlet NSTableView *tableView;
- IBOutlet NSPopUpButton *typeMenu;
- IBOutlet NSPopUpButton *deviceMenu;
- ControllerList *controller;
-}
+@property (weak) IBOutlet NSTableView *tableView;
+@property (weak) IBOutlet NSPopUpButton *typeMenu;
+@property (weak) IBOutlet NSPopUpButton *deviceMenu;
@property (weak) IBOutlet NSButton *useSDL2Check;
+@property (strong) ControllerList *controllerList;
- (IBAction)setType:(id)sender;
- (IBAction)setDevice:(id)sender;