openMSX
JoystickDevice.cc
Go to the documentation of this file.
1#include "JoystickDevice.hh"
2
3namespace openmsx {
4
5std::string_view JoystickDevice::getClass() const
6{
7 return "Joystick Port";
8}
9
10} // namespace openmsx
std::string_view getClass() const final
A pluggable belongs to a certain class.
This file implemented 3 utility functions:
Definition Autofire.cc:9