X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=7282093ff87238ea85ca3113b9c65f1e9202fb70;hp=2306ea1c9c8fb3c929200a46e86a286eb4d8a299;hb=62aa5b73be6ec1e499e6b155cd0e7687c338cbaa;hpb=51d43664909060e85c943c4d63cc3cff307ceb1d diff --git a/JoystickController.h b/JoystickController.h index 2306ea1..7282093 100644 --- a/JoystickController.h +++ b/JoystickController.h @@ -6,16 +6,12 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import -#import - @class Joystick; @class JSAction; @class ConfigsController; @class TargetController; -@class Config; -@interface JoystickController : NSObject { +@interface JoystickController : NSObject { IBOutlet NSOutlineView *outlineView; IBOutlet TargetController *targetController; IBOutlet ConfigsController *configsController; @@ -24,11 +20,9 @@ - (void)setup; - (Joystick *)findJoystickByRef:(IOHIDDeviceRef)device; -@property (readonly) Config *currentConfig; @property (readonly) JSAction *selectedAction; -@property (readonly) NSMutableArray *joysticks; -@property (readonly) NSMutableArray *runningTargets; @property (assign) NSPoint mouseLoc; @property (assign) BOOL frontWindowOnly; +@property (assign) BOOL sendingRealEvents; @end