openMSX
|
#include "Touchpad.hh"
#include "MSXEventDistributor.hh"
#include "StateChangeDistributor.hh"
#include "InputEvents.hh"
#include "StateChange.hh"
#include "Display.hh"
#include "OutputSurface.hh"
#include "CommandController.hh"
#include "CommandException.hh"
#include "Clock.hh"
#include "checked_cast.hh"
#include "serialize.hh"
#include "serialize_meta.hh"
#include "xrange.hh"
#include <iostream>
Go to the source code of this file.
Classes | |
class | openmsx::TouchpadState |
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Functions | |
openmsx::REGISTER_POLYMORPHIC_CLASS (StateChange, TouchpadState, "TouchpadState") | |
openmsx::REGISTER_POLYMORPHIC_INITIALIZER (Pluggable, Touchpad, "Touchpad") | |
Variables | |
constexpr byte | openmsx::SENSE = JoystickDevice::RD_PIN1 |
constexpr byte | openmsx::EOC = JoystickDevice::RD_PIN2 |
constexpr byte | openmsx::SO = JoystickDevice::RD_PIN3 |
constexpr byte | openmsx::BUTTON = JoystickDevice::RD_PIN4 |
constexpr byte | openmsx::SCK = JoystickDevice::WR_PIN6 |
constexpr byte | openmsx::SI = JoystickDevice::WR_PIN7 |
constexpr byte | openmsx::CS = JoystickDevice::WR_PIN8 |
openmsx::Touchpad | |