mirror of https://github.com/LIJI32/SameBoy.git
8 lines
172 B
C
8 lines
172 B
C
![]() |
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface GBHapticManager : NSObject
|
||
|
+ (instancetype)sharedManager;
|
||
|
- (void)doTapHaptic;
|
||
|
- (void)setRumbleStrength:(double)rumble;
|
||
|
@end
|