git.y1.nz

SameBoy

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

Cocoa/NSString+StringForKey.h

      1 #import <Foundation/Foundation.h>
      2 
      3 @interface NSString (StringForKey)
      4 + (NSString *) displayStringForKeyString: (NSString *)key_string;
      5 + (NSString *) displayStringForKeyCode:(unsigned short) keyCode;
      6 @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.