#include "Array_as.h"
#include "log.h"
#include "AsBroadcaster.h"
#include "fn_call.h"
#include "builtin_function.h"
#include "NativeFunction.h"
#include "Global_as.h"
#include "namedStrings.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
void | gnash::attachAsBroadcasterStaticInterface (as_object &o) |
unsigned int _dispatched |
Number of event dispatches.
string_table::key _eventKey |
std::string _eventName |
Name of the event being broadcasted appropriately cased based on SWF version of the current VM
fn_call _fn |