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

Public Member Functions

 JoyMegaState ()=default
 
 JoyMegaState (EmuTime::param time_, uint8_t id_, unsigned press_, unsigned 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 22 of file JoyMega.cc.

Constructor & Destructor Documentation

◆ JoyMegaState() [1/2]

openmsx::JoyMegaState::JoyMegaState ( )
default

◆ JoyMegaState() [2/2]

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

Definition at line 26 of file JoyMega.cc.

Member Function Documentation

◆ getId()

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

Definition at line 31 of file JoyMega.cc.

◆ getPress()

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

Definition at line 32 of file JoyMega.cc.

◆ getRelease()

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

Definition at line 33 of file JoyMega.cc.

◆ serialize()

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

Definition at line 35 of file JoyMega.cc.


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