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

Public Member Functions

 KeyJoyState ()
 KeyJoyState (EmuTime::param time, const string &name_, byte press_, byte release_)
const string & getName () const
byte getPress () const
byte getRelease () const
template<typename Archive >
void serialize (Archive &ar, unsigned)
- Public Member Functions inherited from openmsx::StateChange
virtual ~StateChange ()
EmuTime::param getTime () const

Additional Inherited Members

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

Detailed Description

Definition at line 18 of file KeyJoystick.cc.

Constructor & Destructor Documentation

openmsx::KeyJoyState::KeyJoyState ( )
inline

Definition at line 21 of file KeyJoystick.cc.

openmsx::KeyJoyState::KeyJoyState ( EmuTime::param  time,
const string &  name_,
byte  press_,
byte  release_ 
)
inline

Definition at line 22 of file KeyJoystick.cc.

Member Function Documentation

const string& openmsx::KeyJoyState::getName ( ) const
inline

Definition at line 26 of file KeyJoystick.cc.

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

Definition at line 27 of file KeyJoystick.cc.

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

Definition at line 28 of file KeyJoystick.cc.

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

Reimplemented from openmsx::StateChange.

Definition at line 29 of file KeyJoystick.cc.


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