#include <string>
#include "GnashKey.h"
Go to the source code of this file.
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) |