#import #include #include "JOYElement.h" @interface JOYFullReportElement : JOYElement - (instancetype)initWithDevice:(IOHIDDeviceRef) device reportID:(unsigned)reportID; - (void)updateValue:(NSData *)value; @end