openMSX
MidiInDevice.cc
Go to the documentation of this file.
1#include "MidiInDevice.hh"
2
3namespace openmsx {
4
5std::string_view MidiInDevice::getClass() const
6{
7 return "midi in";
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