openMSX
Public Member Functions | List of all members
openmsx::KeyMatrixState Class Referencefinal
Inheritance diagram for openmsx::KeyMatrixState:
Inheritance graph
[legend]
Collaboration diagram for openmsx::KeyMatrixState:
Collaboration graph
[legend]

Public Member Functions

 KeyMatrixState ()=default
 
 KeyMatrixState (EmuTime::param time_, uint8_t row_, uint8_t press_, uint8_t release_)
 
uint8_t getRow () const
 
uint8_t getPress () const
 
uint8_t getRelease () const
 
template<typename Archive >
void serialize (Archive &ar, unsigned)
 
- Public Member Functions inherited from openmsx::StateChange
virtual ~StateChange ()=default
 
EmuTime::param getTime () const
 
template<typename Archive >
void serialize (Archive &ar, unsigned)
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::StateChange
 StateChange ()
 
 StateChange (EmuTime::param time_)
 

Detailed Description

Definition at line 66 of file Keyboard.cc.

Constructor & Destructor Documentation

◆ KeyMatrixState() [1/2]

openmsx::KeyMatrixState::KeyMatrixState ( )
default

◆ KeyMatrixState() [2/2]

openmsx::KeyMatrixState::KeyMatrixState ( EmuTime::param  time_,
uint8_t  row_,
uint8_t  press_,
uint8_t  release_ 
)
inline

Definition at line 70 of file Keyboard.cc.

Member Function Documentation

◆ getPress()

uint8_t openmsx::KeyMatrixState::getPress ( ) const
inline

Definition at line 82 of file Keyboard.cc.

◆ getRelease()

uint8_t openmsx::KeyMatrixState::getRelease ( ) const
inline

Definition at line 83 of file Keyboard.cc.

◆ getRow()

uint8_t openmsx::KeyMatrixState::getRow ( ) const
inline

Definition at line 81 of file Keyboard.cc.

◆ serialize()

template<typename Archive >
void openmsx::KeyMatrixState::serialize ( Archive &  ar,
unsigned   
)
inline

Definition at line 85 of file Keyboard.cc.


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