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

Public Member Functions

 KeyJoyState ()=default
 
 KeyJoyState (EmuTime::param time_, KeyJoystick::ID id_, uint8_t press_, uint8_t release_)
 
auto getId () 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 20 of file KeyJoystick.cc.

Constructor & Destructor Documentation

◆ KeyJoyState() [1/2]

openmsx::KeyJoyState::KeyJoyState ( )
default

◆ KeyJoyState() [2/2]

openmsx::KeyJoyState::KeyJoyState ( EmuTime::param  time_,
KeyJoystick::ID  id_,
uint8_t  press_,
uint8_t  release_ 
)
inline

Definition at line 24 of file KeyJoystick.cc.

References id.

Member Function Documentation

◆ getId()

auto openmsx::KeyJoyState::getId ( ) const
inline

Definition at line 28 of file KeyJoystick.cc.

References id.

◆ getPress()

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

Definition at line 29 of file KeyJoystick.cc.

◆ getRelease()

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

Definition at line 30 of file KeyJoystick.cc.

◆ serialize()

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

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