SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
JoyKit/JOYFullReportElement.h
1 #import <Foundation/Foundation.h>
2 #import <IOKit/hid/IOHIDLib.h>
3 #import "JOYElement.h"
4
5 @interface JOYFullReportElement : JOYElement<NSCopying>
6 - (instancetype)initWithDevice:(IOHIDDeviceRef) device reportID:(unsigned)reportID;
7 - (void)updateValue:(NSData *)value;
8 @end
9
10
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.