openMSX
|
#include <HotKey.hh>
Public Attributes | |
std::string_view | key |
std::string_view | cmd |
bool | repeat = false |
bool | event = false |
bool | msx = false |
std::string_view openmsx::HotKey::Data::cmd |
Definition at line 28 of file HotKey.hh.
Referenced by openmsx::HotKey::loadBind(), and openmsx::SettingsParser::text().
bool openmsx::HotKey::Data::event = false |
Definition at line 30 of file HotKey.hh.
Referenced by openmsx::SettingsParser::attribute(), and openmsx::HotKey::loadBind().
std::string_view openmsx::HotKey::Data::key |
Definition at line 27 of file HotKey.hh.
Referenced by openmsx::SettingsParser::attribute(), openmsx::HotKey::loadBind(), and openmsx::SettingsParser::stop().
bool openmsx::HotKey::Data::msx = false |
Definition at line 31 of file HotKey.hh.
Referenced by openmsx::SettingsParser::attribute(), and openmsx::HotKey::loadBind().
bool openmsx::HotKey::Data::repeat = false |
Definition at line 29 of file HotKey.hh.
Referenced by openmsx::SettingsParser::attribute(), and openmsx::HotKey::loadBind().