|
Gnash
0.8.10
|
#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>#include <boost/assign/list_of.hpp>Namespaces | |
| namespace | 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. | |
| bool | gnash::isButtonEvent (const event_id &e) |
| Check whether an event is a button-like event. | |
| std::ostream & | gnash::operator<< (std::ostream &o, const event_id &ev) |
1.7.5