Gnash
0.8.10
|
Go to the source code of this file.
Classes | |
class | gnash::event_id |
A class to identify 'static' SWF events (system events). More... | |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
bool | gnash::operator== (const event_id &a, const event_id &b) |
Return whether two event_ids are equal. | |
bool | gnash::operator< (const event_id &a, const event_id &b) |
Comparator for use in stdlib containers. | |
bool | gnash::isButtonEvent (const event_id &e) |
Check whether an event is a button-like event. | |
bool | gnash::isKeyEvent (const event_id &e) |
Check whether an event is a keyboard event. | |
std::ostream & | gnash::operator<< (std::ostream &o, const event_id &ev) |