libwasm.event

Undocumented in source.

Members

Enums

eventemitter
enum eventemitter
Undocumented in source.

Functions

addEventListenerTyped
auto addEventListenerTyped(Handle node, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
domEvent
void domEvent(uint ctx, uint fun, Handle event)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
auto emit(T t, EventEmitter emitter)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
auto emit(EventEmitter emitter, size_t addr)
Undocumented in source. Be warned that the author may not have intended to support it.
removeEventListenerTyped
auto removeEventListenerTyped(Handle node, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
toEventType
EventType toEventType(ListenerType listener)
Undocumented in source. Be warned that the author may not have intended to support it.
toTuple
auto toTuple(Delegate d)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

Slot
mixintemplate Slot(string type)
Undocumented in source.

Structs

EventEmitter
struct EventEmitter
Undocumented in source.

Templates

ToEvent
template ToEvent(EventType type)
Undocumented in source.
toListenerType
template toListenerType(string t)
Undocumented in source.

Meta