yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::emu::EmulatorKeybindings Struct Reference

#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
 

Detailed Description

Definition at line 46 of file emulator.h.

Member Data Documentation

◆ a_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::a_button = ImGuiKey_Z

Definition at line 47 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ b_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::b_button = ImGuiKey_A

Definition at line 48 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ x_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::x_button = ImGuiKey_S

Definition at line 49 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ y_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::y_button = ImGuiKey_X

Definition at line 50 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ l_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::l_button = ImGuiKey_Q

Definition at line 51 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ r_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::r_button = ImGuiKey_W

Definition at line 52 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ start_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::start_button = ImGuiKey_Enter

Definition at line 53 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ select_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::select_button = ImGuiKey_Backspace

Definition at line 54 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ up_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::up_button = ImGuiKey_UpArrow

Definition at line 55 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ down_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::down_button = ImGuiKey_DownArrow

Definition at line 56 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ left_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::left_button = ImGuiKey_LeftArrow

Definition at line 57 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().

◆ right_button

ImGuiKey yaze::app::emu::EmulatorKeybindings::right_button = ImGuiKey_RightArrow

Definition at line 58 of file emulator.h.

Referenced by yaze::app::emu::Emulator::HandleEvents().


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