shish / rosettaboy

A gameboy emulator in several different languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gamepad support

shish opened this issue · comments

commented

Should be fairly simple, we just want to react to Button::DPadUp the same way we react to KeyCode::Up

  • C++
  • Python
  • Rust
  • Go