openMSX
|
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Functions | |
bool | openmsx::operator== (const Event &x, const Event &y) |
TclObject | openmsx::toTclList (const Event &event) |
Similar to toString(), but retains the structure of the event. | |
std::string | openmsx::toString (const Event &event) |
Get a string representation of this event. | |
bool | openmsx::matches (const Event &self, const Event &other) |
Does this event 'match' the given event. | |