SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
iOS/GBSlider.h
1 #import <UIKit/UIKit.h>
2
3 typedef enum {
4 GBSliderStyleTemperature,
5 GBSliderStyleHue,
6 GBSliderStyleTicks,
7 } GBSliderStyle;
8
9 @interface GBSlider : UISlider
10 @property GBSliderStyle style;
11 @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.