openMSX
|
#include <Touchpad.hh>
Public Member Functions | |
Touchpad (MSXEventDistributor &eventDistributor, StateChangeDistributor &stateChangeDistributor, Display &display, CommandController &commandController) | |
~Touchpad () override | |
template<typename Archive > | |
void | serialize (Archive &ar, unsigned version) |
![]() | |
std::string_view | getClass () const final |
A pluggable belongs to a certain class. More... | |
![]() | |
virtual | ~Pluggable ()=default |
void | plug (Connector &connector, EmuTime::param time) |
This method is called when this pluggable is inserted in a connector. More... | |
void | unplug (EmuTime::param time) |
This method is called when this pluggable is removed from a connector. More... | |
Connector * | getConnector () const |
Get the connector this Pluggable is plugged into. More... | |
bool | isPluggedIn () const |
Returns true if this pluggable is currently plugged into a connector. More... | |
Additional Inherited Members | |
![]() | |
static constexpr int | JOY_UP = 0x01 |
static constexpr int | JOY_DOWN = 0x02 |
static constexpr int | JOY_LEFT = 0x04 |
static constexpr int | JOY_RIGHT = 0x08 |
static constexpr int | JOY_BUTTONA = 0x10 |
static constexpr int | JOY_BUTTONB = 0x20 |
static constexpr int | RD_PIN1 = 0x01 |
static constexpr int | RD_PIN2 = 0x02 |
static constexpr int | RD_PIN3 = 0x04 |
static constexpr int | RD_PIN4 = 0x08 |
static constexpr int | RD_PIN6 = 0x10 |
static constexpr int | RD_PIN7 = 0x20 |
static constexpr int | WR_PIN6 = 0x01 |
static constexpr int | WR_PIN7 = 0x02 |
static constexpr int | WR_PIN8 = 0x04 |
![]() | |
Pluggable () | |
void | setConnector (Connector *conn) |
Definition at line 19 of file Touchpad.hh.
openmsx::Touchpad::Touchpad | ( | MSXEventDistributor & | eventDistributor, |
StateChangeDistributor & | stateChangeDistributor, | ||
Display & | display, | ||
CommandController & | commandController | ||
) |
Definition at line 57 of file Touchpad.cc.
References openmsx::CommandController::getInterpreter(), openmsx::MSXException::getMessage(), openmsx::Setting::getValue(), and openmsx::Setting::setChecker().
|
override |
Definition at line 94 of file Touchpad.cc.
References openmsx::Pluggable::isPluggedIn().
void openmsx::Touchpad::serialize | ( | Archive & | ar, |
unsigned | version | ||
) |
Definition at line 291 of file Touchpad.cc.
References openmsx::Pluggable::getConnector(), and openmsx::Pluggable::isPluggedIn().