SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
iOS/GBBackgroundView.h
1 #import <UIKit/UIKit.h>
2 #import "GBLayout.h"
3 #import "GBView.h"
4 #import "GBSettingsViewController.h"
5
6 @interface GBBackgroundView : UIImageView
7 - (instancetype)initWithLayout:(GBLayout *)layout;
8
9 @property (readonly) GBView *gbView;
10 @property (nonatomic) GBLayout *layout;
11 @property (nonatomic) bool usesSwipePad;
12 @property (nonatomic) GBControllerFocus fullScreenMode;
13
14 - (void)enterPreviewMode:(bool)showLabel;
15 - (void)reloadThemeImages;
16 - (void)fadeOverlayOut;
17 - (void)saveSwipeFromController:(bool)fromController;
18 - (void)loadSwipeFromController:(bool)fromController;
19 @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.