X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Joystick.m;h=7870ce0589ec6e6a44f0d54790726eb0bf664d0b;hp=3f218184fe8810fd8af83cd939f644d4ae97f4b1;hb=c6fb77859e508aaef686b7a5a6a12abe29178708;hpb=d9d15b3f8729758f19b21918fee758b856921673 diff --git a/Joystick.m b/Joystick.m index 3f21818..7870ce0 100644 --- a/Joystick.m +++ b/Joystick.m @@ -7,6 +7,11 @@ #import "Joystick.h" +#import "JSAction.h" +#import "JSActionAnalog.h" +#import "JSActionButton.h" +#import "JSActionHat.h" + static NSArray *ActionsForElement(IOHIDDeviceRef device, id base) { CFArrayRef elements = IOHIDDeviceCopyMatchingElements(device, NULL, kIOHIDOptionsTypeNone); NSMutableArray *children = [NSMutableArray arrayWithCapacity:CFArrayGetCount(elements)];