|
GameBoy Emulator 1
Game Boy emulator core and tooling
|
Public Attributes | |
| bool | right = false |
| bool | left = false |
| bool | up = false |
| bool | down = false |
| bool | a = false |
| bool | b = false |
| bool | select = false |
| bool | start = false |
Definition at line 22 of file common.hpp.
| bool JoypadState::a = false |
Definition at line 24 of file common.hpp.
| bool JoypadState::b = false |
Definition at line 24 of file common.hpp.
| bool JoypadState::down = false |
Definition at line 23 of file common.hpp.
| bool JoypadState::left = false |
Definition at line 23 of file common.hpp.
| bool JoypadState::right = false |
Definition at line 23 of file common.hpp.
| bool JoypadState::select = false |
Definition at line 24 of file common.hpp.
| bool JoypadState::start = false |
Definition at line 24 of file common.hpp.
| bool JoypadState::up = false |
Definition at line 23 of file common.hpp.