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. More... | |
std::string | openmsx::toString (const Event &event) |
Get a string representation of this event. More... | |
bool | openmsx::isRepeatStopper (const Event &self, const Event &other) |
Should 'bind -repeat' be stopped by 'other' event. More... | |
bool | openmsx::matches (const Event &self, const Event &other) |
Does this event 'match' the given event. More... | |