GameBoy Emulator 1
Game Boy emulator core and tooling
Loading...
Searching...
No Matches
JoypadState Struct Reference

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

Detailed Description

Definition at line 22 of file common.hpp.

Member Data Documentation

◆ a

bool JoypadState::a = false

Definition at line 24 of file common.hpp.

◆ b

bool JoypadState::b = false

Definition at line 24 of file common.hpp.

◆ down

bool JoypadState::down = false

Definition at line 23 of file common.hpp.

◆ left

bool JoypadState::left = false

Definition at line 23 of file common.hpp.

◆ right

bool JoypadState::right = false

Definition at line 23 of file common.hpp.

◆ select

bool JoypadState::select = false

Definition at line 24 of file common.hpp.

◆ start

bool JoypadState::start = false

Definition at line 24 of file common.hpp.

◆ up

bool JoypadState::up = false

Definition at line 23 of file common.hpp.


The documentation for this struct was generated from the following file: