|
Gnash
0.8.11dev
|
#include "log.h"#include "event_id.h"#include "namedStrings.h"#include "ObjectURI.h"#include <map>#include <string>#include <algorithm>#include <boost/format.hpp>#include <cassert>Namespaces | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
| bool | gnash::isKeyEvent (const event_id &e) |
| Check whether an event is a keyboard event. More... | |
| bool | gnash::isButtonEvent (const event_id &e) |
| Check whether an event is a button-like event. More... | |
| std::ostream & | gnash::operator<< (std::ostream &o, const event_id &ev) |
1.8.12