openMSX
|
Public Attributes | |
Shortcuts::ID | id |
ImGuiKeyChord | keyChord |
Shortcuts::Type | type |
bool | repeat |
zstring_view | name |
zstring_view | description |
Definition at line 14 of file Shortcuts.cc.
zstring_view openmsx::AllShortcutInfo::description |
Definition at line 20 of file Shortcuts.cc.
Shortcuts::ID openmsx::AllShortcutInfo::id |
Definition at line 15 of file Shortcuts.cc.
ImGuiKeyChord openmsx::AllShortcutInfo::keyChord |
Definition at line 16 of file Shortcuts.cc.
zstring_view openmsx::AllShortcutInfo::name |
Definition at line 19 of file Shortcuts.cc.
bool openmsx::AllShortcutInfo::repeat |
Definition at line 18 of file Shortcuts.cc.
Shortcuts::Type openmsx::AllShortcutInfo::type |
Definition at line 17 of file Shortcuts.cc.