X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=d56f932f6168ea463856879e88d11527ccbfafc1;hp=c67a7c100d5e5c0ced29784d2cebbf10d635fad9;hb=f563321aec9e13b8479ab3b890a9179f095a8b17;hpb=ada313d7e31dd509c8c7be01f364c9a2ad9860d4 diff --git a/JoystickController.h b/JoystickController.h index c67a7c1..d56f932 100644 --- a/JoystickController.h +++ b/JoystickController.h @@ -10,9 +10,8 @@ @class JSAction; @class ConfigsController; @class TargetController; -@class Config; -@interface JoystickController : NSObject { +@interface JoystickController : NSObject { IBOutlet NSOutlineView *outlineView; IBOutlet TargetController *targetController; IBOutlet ConfigsController *configsController; @@ -21,10 +20,9 @@ - (void)setup; - (Joystick *)findJoystickByRef:(IOHIDDeviceRef)device; -@property (readonly) Config *currentConfig; -@property (readonly) JSAction *selectedAction; -@property (readonly) NSMutableArray *joysticks; -@property (assign) NSPoint mouseLoc; -@property (assign) BOOL frontWindowOnly; +@property (nonatomic, readonly) JSAction *selectedAction; +@property (nonatomic, assign) NSPoint mouseLoc; +@property (nonatomic, assign) BOOL frontWindowOnly; +@property (nonatomic, assign) BOOL translatingEvents; @end