SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
JoyKit/JOYInput.h
1 #import <Foundation/Foundation.h>
2
3 @interface JOYInput : NSObject
4 @property (readonly) unsigned combinedIndex;
5 - (NSString *)usageString;
6 - (uint64_t)uniqueID;
7 @end
8
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.