yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::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 20 of file emulator.h.

Member Data Documentation

◆ a_button

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

Definition at line 21 of file emulator.h.

◆ b_button

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

Definition at line 22 of file emulator.h.

◆ x_button

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

Definition at line 23 of file emulator.h.

◆ y_button

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

Definition at line 24 of file emulator.h.

◆ l_button

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

Definition at line 25 of file emulator.h.

◆ r_button

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

Definition at line 26 of file emulator.h.

◆ start_button

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

Definition at line 27 of file emulator.h.

◆ select_button

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

Definition at line 28 of file emulator.h.

◆ up_button

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

Definition at line 29 of file emulator.h.

◆ down_button

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

Definition at line 30 of file emulator.h.

◆ left_button

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

Definition at line 31 of file emulator.h.

◆ right_button

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

Definition at line 32 of file emulator.h.


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