X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=4da83cd4f91d81b4eeba079154f9cdfbb18bc74e;hp=2306ea1c9c8fb3c929200a46e86a286eb4d8a299;hb=03b4a589de71a49ad00450701630673631e88647;hpb=51d43664909060e85c943c4d63cc3cff307ceb1d diff --git a/JoystickController.h b/JoystickController.h index 2306ea1..4da83cd 100644 --- a/JoystickController.h +++ b/JoystickController.h @@ -6,14 +6,10 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import -#import - @class Joystick; @class JSAction; @class ConfigsController; @class TargetController; -@class Config; @interface JoystickController : NSObject { IBOutlet NSOutlineView *outlineView; @@ -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