openMSX
|
#include "Mouse.hh"
#include "MSXEventDistributor.hh"
#include "StateChangeDistributor.hh"
#include "Event.hh"
#include "StateChange.hh"
#include "Clock.hh"
#include "serialize.hh"
#include "serialize_meta.hh"
#include "unreachable.hh"
#include "Math.hh"
#include <SDL.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | openmsx::MouseState |
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Functions | |
openmsx::SERIALIZE_CLASS_VERSION (MouseState, 2) | |
openmsx::REGISTER_POLYMORPHIC_CLASS (StateChange, MouseState, "MouseState") | |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, Mouse, "Mouse") | |
Variables | |
openmsx::Mouse | |