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

Public Member Functions

 MSXJoyState ()=default
 
 MSXJoyState (EmuTime::param time_, uint8_t id_, uint8_t press_, uint8_t release_)
 
auto getId () const
 
auto getPress () const
 
auto 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 21 of file MSXJoystick.cc.

Constructor & Destructor Documentation

◆ MSXJoyState() [1/2]

openmsx::MSXJoyState::MSXJoyState ( )
default

◆ MSXJoyState() [2/2]

openmsx::MSXJoyState::MSXJoyState ( EmuTime::param  time_,
uint8_t  id_,
uint8_t  press_,
uint8_t  release_ 
)
inline

Definition at line 25 of file MSXJoystick.cc.

Member Function Documentation

◆ getId()

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

Definition at line 30 of file MSXJoystick.cc.

◆ getPress()

auto openmsx::MSXJoyState::getPress ( ) const
inline

Definition at line 31 of file MSXJoystick.cc.

◆ getRelease()

auto openmsx::MSXJoyState::getRelease ( ) const
inline

Definition at line 32 of file MSXJoystick.cc.

◆ serialize()

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

Definition at line 34 of file MSXJoystick.cc.


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