openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::HotKey::HotKeyInfo Struct Reference

#include <HotKey.hh>

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

Public Member Functions

 HotKeyInfo (Event event_, std::string command_, bool repeat_=false, bool passEvent_=false, bool msx_=false)
 

Public Attributes

Event event
 
std::string command
 
bool repeat
 
bool passEvent
 
bool msx
 

Detailed Description

Definition at line 34 of file HotKey.hh.

Constructor & Destructor Documentation

◆ HotKeyInfo()

openmsx::HotKey::HotKeyInfo::HotKeyInfo ( Event  event_,
std::string  command_,
bool  repeat_ = false,
bool  passEvent_ = false,
bool  msx_ = false 
)
inline

Definition at line 35 of file HotKey.hh.

Member Data Documentation

◆ command

std::string openmsx::HotKey::HotKeyInfo::command

Definition at line 40 of file HotKey.hh.

◆ event

Event openmsx::HotKey::HotKeyInfo::event

Definition at line 39 of file HotKey.hh.

Referenced by openmsx::EqualEvent::operator()(), and openmsx::HotKey::saveBindings().

◆ msx

bool openmsx::HotKey::HotKeyInfo::msx

Definition at line 43 of file HotKey.hh.

◆ passEvent

bool openmsx::HotKey::HotKeyInfo::passEvent

Definition at line 42 of file HotKey.hh.

◆ repeat

bool openmsx::HotKey::HotKeyInfo::repeat

Definition at line 41 of file HotKey.hh.


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