openMSX
Public Attributes | List of all members
openmsx::AllShortcutInfo Struct Reference
Collaboration diagram for openmsx::AllShortcutInfo:
Collaboration graph
[legend]

Public Attributes

Shortcuts::ID id
 
ImGuiKeyChord keyChord
 
Shortcuts::Type type
 
bool repeat
 
zstring_view name
 
zstring_view description
 

Detailed Description

Definition at line 14 of file Shortcuts.cc.

Member Data Documentation

◆ description

zstring_view openmsx::AllShortcutInfo::description

Definition at line 20 of file Shortcuts.cc.

◆ id

Shortcuts::ID openmsx::AllShortcutInfo::id

Definition at line 15 of file Shortcuts.cc.

◆ keyChord

ImGuiKeyChord openmsx::AllShortcutInfo::keyChord

Definition at line 16 of file Shortcuts.cc.

◆ name

zstring_view openmsx::AllShortcutInfo::name

Definition at line 19 of file Shortcuts.cc.

◆ repeat

bool openmsx::AllShortcutInfo::repeat

Definition at line 18 of file Shortcuts.cc.

◆ type

Shortcuts::Type openmsx::AllShortcutInfo::type

Definition at line 17 of file Shortcuts.cc.


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