#include <emulator.h>
Public Attributes | |
ImGuiKey | a_button = ImGuiKey_Z |
ImGuiKey | b_button = ImGuiKey_A |
ImGuiKey | x_button = ImGuiKey_S |
ImGuiKey | y_button = ImGuiKey_X |
ImGuiKey | l_button = ImGuiKey_Q |
ImGuiKey | r_button = ImGuiKey_W |
ImGuiKey | start_button = ImGuiKey_Enter |
ImGuiKey | select_button = ImGuiKey_Backspace |
ImGuiKey | up_button = ImGuiKey_UpArrow |
ImGuiKey | down_button = ImGuiKey_DownArrow |
ImGuiKey | left_button = ImGuiKey_LeftArrow |
ImGuiKey | right_button = ImGuiKey_RightArrow |
Definition at line 46 of file emulator.h.
ImGuiKey yaze::app::emu::EmulatorKeybindings::a_button = ImGuiKey_Z |
Definition at line 47 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::b_button = ImGuiKey_A |
Definition at line 48 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::x_button = ImGuiKey_S |
Definition at line 49 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::y_button = ImGuiKey_X |
Definition at line 50 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::l_button = ImGuiKey_Q |
Definition at line 51 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::r_button = ImGuiKey_W |
Definition at line 52 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::start_button = ImGuiKey_Enter |
Definition at line 53 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::select_button = ImGuiKey_Backspace |
Definition at line 54 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::up_button = ImGuiKey_UpArrow |
Definition at line 55 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::down_button = ImGuiKey_DownArrow |
Definition at line 56 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::left_button = ImGuiKey_LeftArrow |
Definition at line 57 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().
ImGuiKey yaze::app::emu::EmulatorKeybindings::right_button = ImGuiKey_RightArrow |
Definition at line 58 of file emulator.h.
Referenced by yaze::app::emu::Emulator::HandleEvents().