openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::Shortcuts::Shortcut Struct Reference

#include <Shortcuts.hh>

Public Member Functions

bool operator== (const Shortcut &other) const =default
 

Public Attributes

ImGuiKeyChord keyChord = ImGuiKey_None
 
Type type = Type::LOCAL
 

Detailed Description

Definition at line 37 of file Shortcuts.hh.

Member Function Documentation

◆ operator==()

bool openmsx::Shortcuts::Shortcut::operator== ( const Shortcut other) const
default

Member Data Documentation

◆ keyChord

ImGuiKeyChord openmsx::Shortcuts::Shortcut::keyChord = ImGuiKey_None

Definition at line 38 of file Shortcuts.hh.

Referenced by openmsx::SettingsParser::attribute().

◆ type

Type openmsx::Shortcuts::Shortcut::type = Type::LOCAL

Definition at line 39 of file Shortcuts.hh.

Referenced by openmsx::SettingsParser::attribute().


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