git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

iOS/GBHapticManager.h

      1 #import <Foundation/Foundation.h>
      2 #import <GameController/GameController.h>
      3 
      4 @interface GBHapticManager : NSObject
      5 + (instancetype)sharedManager;
      6 - (void)doTapHaptic;
      7 - (void)setRumbleStrength:(double)rumble;
      8 @property (weak) GCController *controller;
      9 @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.