git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-lib/examples/megaduck/laptop_keyboard/src/megaduck_key2ascii.h

      1 #include <gbdk/platform.h>
      2 #include <stdint.h>
      3 
      4 #ifndef _MEGADUCK_KEY2ASCII_H
      5 #define _MEGADUCK_KEY2ASCII_H
      6 
      7 char duck_io_scancode_to_ascii(const uint8_t key_code, const uint8_t megaduck_model);
      8 
      9 #endif // _MEGADUCK_KEY2ASCII_H

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