openMSX
|
Base class for all external MSX state changing events. More...
#include <StateChange.hh>
Public Member Functions | |
virtual | ~StateChange ()=default |
EmuTime::param | getTime () const |
template<typename Archive > | |
void | serialize (Archive &ar, unsigned) |
Protected Member Functions | |
StateChange () | |
StateChange (EmuTime::param time_) | |
Base class for all external MSX state changing events.
These are typically triggered by user input, like keyboard presses. The main reason why these events exist is to be able to record and replay them.
Definition at line 19 of file StateChange.hh.
|
virtualdefault |
|
inlineprotected |
Definition at line 36 of file StateChange.hh.
|
inlineexplicitprotected |
Definition at line 37 of file StateChange.hh.
|
inline |
Definition at line 24 of file StateChange.hh.
|
inline |
Definition at line 30 of file StateChange.hh.