Event

Event structure passed on onEvent() methods.

Constructors

this
this(Type type_)

Ctor from basic type.

Members

Enums

Type
enum Type

Type of event

Structs

CustomEvent
struct CustomEvent

Custom event

DropFileEvent
struct DropFileEvent

For base type dropFile.

KeyEvent
struct KeyEvent

For base type keyDown and keyUp.

KeyMoveEvent
struct KeyMoveEvent

For base type keyDir.

MouseEvent
struct MouseEvent

For base type mouseDown, mouseUp and mouseUpdate.

MouseWheelEvent
struct MouseWheelEvent

For base type mouseWheel.

TextDeleteEvent
struct TextDeleteEvent

For base type keyDelete.

TextInputEvent
struct TextInputEvent

For base type keyInput.

WindowEvent
struct WindowEvent

For base type resize.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

type
Event.Type type;

Base type.

Meta