X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JoystickController.h;h=2306ea1c9c8fb3c929200a46e86a286eb4d8a299;hp=9cebde246714a4d1a29904e9d6e05ff27b2597c1;hb=51d43664909060e85c943c4d63cc3cff307ceb1d;hpb=724979785b445dcba8a9861c2531ae0308bdf40a diff --git a/JoystickController.h b/JoystickController.h index 9cebde2..2306ea1 100644 --- a/JoystickController.h +++ b/JoystickController.h @@ -13,6 +13,7 @@ @class JSAction; @class ConfigsController; @class TargetController; +@class Config; @interface JoystickController : NSObject { IBOutlet NSOutlineView *outlineView; @@ -23,6 +24,7 @@ - (void)setup; - (Joystick *)findJoystickByRef:(IOHIDDeviceRef)device; +@property (readonly) Config *currentConfig; @property (readonly) JSAction *selectedAction; @property (readonly) NSMutableArray *joysticks; @property (readonly) NSMutableArray *runningTargets;