X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=5e46256b2898725bbfd57e0c6e724ccecbf6b55b;hp=9cebde246714a4d1a29904e9d6e05ff27b2597c1;hb=68fe4de58269fc00e70e59453e05098ccd4341a2;hpb=724979785b445dcba8a9861c2531ae0308bdf40a diff --git a/JoystickController.h b/JoystickController.h index 9cebde2..5e46256 100644 --- a/JoystickController.h +++ b/JoystickController.h @@ -6,13 +6,11 @@ // 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; @@ -23,10 +21,11 @@ - (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