openMSX
|
#include "Mouse.hh"
#include "MSXEventDistributor.hh"
#include "StateChangeDistributor.hh"
#include "InputEvents.hh"
#include "StateChange.hh"
#include "Clock.hh"
#include "checked_cast.hh"
#include "serialize.hh"
#include "serialize_meta.hh"
#include "Math.hh"
#include "unreachable.hh"
#include <SDL.h>
Go to the source code of this file.
Classes | |
class | openmsx::MouseState |
Namespaces | |
openmsx | |
Thanks to enen for testing this on a real cartridge: | |
Functions | |
openmsx::REGISTER_POLYMORPHIC_CLASS (StateChange, MouseState, "MouseState") | |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, Mouse, "Mouse") | |
Variables | |
constexpr int | openmsx::TRESHOLD = 2 |
constexpr int | openmsx::PHASE_XHIGH = 0 |
constexpr int | openmsx::PHASE_XLOW = 1 |
constexpr int | openmsx::PHASE_YHIGH = 2 |
constexpr int | openmsx::PHASE_YLOW = 3 |
constexpr int | openmsx::STROBE = 0x04 |
openmsx::Mouse | |