git.y1.nz

SameBoy

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

JoyKit/JOYHat.h

      1 #import <Foundation/Foundation.h>
      2 #import "JOYInput.h"
      3 
      4 @interface JOYHat : JOYInput
      5 - (double)angle;
      6 - (unsigned)resolution;
      7 @property (readonly, getter=isPressed) bool pressed;
      8 
      9 @end
     10 
     11 

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.