openMSX
Public Attributes | List of all members
openmsx::HotKey::Data Struct Reference

#include <HotKey.hh>

Collaboration diagram for openmsx::HotKey::Data:
Collaboration graph
[legend]

Public Attributes

std::string_view key
 
std::string_view cmd
 
bool repeat = false
 
bool event = false
 
bool msx = false
 

Detailed Description

Definition at line 26 of file HotKey.hh.

Member Data Documentation

◆ cmd

std::string_view openmsx::HotKey::Data::cmd

Definition at line 28 of file HotKey.hh.

Referenced by openmsx::HotKey::loadBind(), and openmsx::SettingsParser::text().

◆ event

bool openmsx::HotKey::Data::event = false

Definition at line 30 of file HotKey.hh.

Referenced by openmsx::SettingsParser::attribute(), and openmsx::HotKey::loadBind().

◆ key

std::string_view openmsx::HotKey::Data::key

◆ msx

bool openmsx::HotKey::Data::msx = false

Definition at line 31 of file HotKey.hh.

Referenced by openmsx::SettingsParser::attribute(), and openmsx::HotKey::loadBind().

◆ repeat

bool openmsx::HotKey::Data::repeat = false

Definition at line 29 of file HotKey.hh.

Referenced by openmsx::SettingsParser::attribute(), and openmsx::HotKey::loadBind().


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