SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Cocoa/GBView.h
1 #import <Cocoa/Cocoa.h>
2 #import <JoyKit/JoyKit.h>
3 #import "GBOSDView.h"
4 #import "GBViewBase.h"
5
6
7 @class Document;
8
9 @interface GBView : GBViewBase<JOYListener>
10 @property (nonatomic, weak) IBOutlet Document *document;
11 @property (nonatomic, getter=isMouseHidingEnabled) bool mouseHidingEnabled;
12 @property (nonatomic) bool isRewinding;
13 @property (weak) GBOSDView *osdView;
14 - (NSImage *)renderToImage;
15 - (void)setRumble: (double)amp;
16 @end
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.