X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=5e46256b2898725bbfd57e0c6e724ccecbf6b55b;hp=498ea397153b217ddf1705c72910cffa608cb2d1;hb=68fe4de58269fc00e70e59453e05098ccd4341a2;hpb=c6fb77859e508aaef686b7a5a6a12abe29178708 diff --git a/JoystickController.h b/JoystickController.h index 498ea39..5e46256 100644 --- a/JoystickController.h +++ b/JoystickController.h @@ -24,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