Module beamui.events.event

Common definitions for input events and custom events.

Import line

import beamui.events.event;

Interfaces

NameDescription
CustomEventTarget

Classes

NameDescription
CustomEvent Base class for custom events
QueueDestroyEvent Queue destroy event.
RunnableEvent Operation to execute (usually sent from background threads to run some code in UI thread)

Global variables

NameTypeDescription
CUSTOM_RUNNABLE immutable(int)