openMSX
|
#include <Mouse.hh>
Public Member Functions | |
Mouse (MSXEventDistributor &eventDistributor, StateChangeDistributor &stateChangeDistributor) | |
~Mouse () 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) |
openmsx::Mouse::Mouse | ( | MSXEventDistributor & | eventDistributor, |
StateChangeDistributor & | stateChangeDistributor | ||
) |
Definition at line 56 of file Mouse.cc.
References openmsx::JoystickDevice::JOY_BUTTONA, openmsx::JoystickDevice::JOY_BUTTONB, and openmsx::PHASE_YLOW.
|
override |
Definition at line 69 of file Mouse.cc.
References openmsx::Pluggable::isPluggedIn().
void openmsx::Mouse::serialize | ( | Archive & | ar, |
unsigned | version | ||
) |
Definition at line 345 of file Mouse.cc.
References openmsx::Clock< FREQ_NUM, FREQ_DENOM >::getTime(), openmsx::Pluggable::isPluggedIn(), and openmsx::SCALE.