SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Cocoa/GBJoyConManager.h
1 #import <Foundation/Foundation.h>
2 #import <AppKit/AppKit.h>
3 #import <JoyKit/JoyKit.h>
4
5 @interface GBJoyConManager : NSObject<JOYListener, NSTableViewDataSource, NSTableViewDelegate>
6 + (instancetype)sharedInstance;
7 - (IBAction)autopair:(id)sender;
8
9 @property (nonatomic) bool arrangementMode;
10 @property (weak) IBOutlet NSTableView *tableView;
11 @end
12
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.