X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=7282093ff87238ea85ca3113b9c65f1e9202fb70;hp=5e46256b2898725bbfd57e0c6e724ccecbf6b55b;hb=62aa5b73be6ec1e499e6b155cd0e7687c338cbaa;hpb=dd1f684886c2809133356bb9b335a35293e8849e diff --git a/JoystickController.h b/JoystickController.h index 5e46256..7282093 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,9 +20,7 @@ - (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;