sily.tui.event

Undocumented in source.

Members

Aliases

EventInput
alias EventInput = EventType.input
EventUpdate
alias EventUpdate = EventType.update

Contains event types.

Enums

EventType
enum EventType

Contains event types.

Functions

addTimer
void addTimer(ulong time, void delegate() f)
Undocumented in source. Be warned that the author may not have intended to support it.
getListenerCount
size_t getListenerCount()
Undocumented in source. Be warned that the author may not have intended to support it.
pollInputEvent
void pollInputEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
triggerEvent
void triggerEvent()

Triggers generic events (that do not require arguments, i.e this will not trigger input)

Templates

addEventListener
template addEventListener(EventType t)
Undocumented in source.

Meta