X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=4da83cd4f91d81b4eeba079154f9cdfbb18bc74e;hp=5e46256b2898725bbfd57e0c6e724ccecbf6b55b;hb=03b4a589de71a49ad00450701630673631e88647;hpb=68fe4de58269fc00e70e59453e05098ccd4341a2 diff --git a/JoystickController.h b/JoystickController.h index 5e46256..4da83cd 100644 --- a/JoystickController.h +++ b/JoystickController.h @@ -10,7 +10,6 @@ @class JSAction; @class ConfigsController; @class TargetController; -@class Config; @interface JoystickController : NSObject { IBOutlet NSOutlineView *outlineView; @@ -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;