X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=7282093ff87238ea85ca3113b9c65f1e9202fb70;hp=c67a7c100d5e5c0ced29784d2cebbf10d635fad9;hb=62aa5b73be6ec1e499e6b155cd0e7687c338cbaa;hpb=ada313d7e31dd509c8c7be01f364c9a2ad9860d4 diff --git a/JoystickController.h b/JoystickController.h index c67a7c1..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,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 (assign) BOOL sendingRealEvents; @end