X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=d56f932f6168ea463856879e88d11527ccbfafc1;hp=5e46256b2898725bbfd57e0c6e724ccecbf6b55b;hb=f563321aec9e13b8479ab3b890a9179f095a8b17;hpb=dd1f684886c2809133356bb9b335a35293e8849e diff --git a/JoystickController.h b/JoystickController.h index 5e46256..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,11 +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 (assign) BOOL sendingRealEvents; +@property (nonatomic, readonly) JSAction *selectedAction; +@property (nonatomic, assign) NSPoint mouseLoc; +@property (nonatomic, assign) BOOL frontWindowOnly; +@property (nonatomic, assign) BOOL translatingEvents; @end