openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::Keys::P Struct Reference
Collaboration diagram for openmsx::Keys::P:
Collaboration graph
[legend]

Public Member Functions

constexpr P (string_view s, KeyCode k)
 

Public Attributes

string_view first
 
KeyCode second
 

Detailed Description

Definition at line 11 of file Keys.cc.

Constructor & Destructor Documentation

◆ P()

constexpr openmsx::Keys::P::P ( string_view  s,
KeyCode  k 
)
inlineconstexpr

Definition at line 12 of file Keys.cc.

Member Data Documentation

◆ first

string_view openmsx::Keys::P::first

Definition at line 15 of file Keys.cc.

Referenced by openmsx::Keys::CmpKeys::operator()().

◆ second

KeyCode openmsx::Keys::P::second

Definition at line 16 of file Keys.cc.


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