openMSX
|
#include <Shortcuts.hh>
Public Attributes | |
ImGuiKeyChord | keyChord = ImGuiKey_None |
Type | type = Type::LOCAL |
bool | repeat = false |
Definition at line 44 of file Shortcuts.hh.
ImGuiKeyChord openmsx::Shortcuts::ShortcutWithRepeat::keyChord = ImGuiKey_None |
Definition at line 45 of file Shortcuts.hh.
Referenced by openmsx::Shortcuts::checkShortcut().
bool openmsx::Shortcuts::ShortcutWithRepeat::repeat = false |
Definition at line 47 of file Shortcuts.hh.
Referenced by openmsx::Shortcuts::checkShortcut().
Type openmsx::Shortcuts::ShortcutWithRepeat::type = Type::LOCAL |
Definition at line 46 of file Shortcuts.hh.
Referenced by openmsx::Shortcuts::checkShortcut().