X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=5e46256b2898725bbfd57e0c6e724ccecbf6b55b;hp=2306ea1c9c8fb3c929200a46e86a286eb4d8a299;hb=68fe4de58269fc00e70e59453e05098ccd4341a2;hpb=51d43664909060e85c943c4d63cc3cff307ceb1d diff --git a/JoystickController.h b/JoystickController.h index 2306ea1..5e46256 100644 --- a/JoystickController.h +++ b/JoystickController.h @@ -6,9 +6,6 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import -#import - @class Joystick; @class JSAction; @class ConfigsController; @@ -27,8 +24,8 @@ @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