Event

The Event structure. Event defines a system event and it's parameters

Members

Enums

Type
enum Type

All supported Event Types.

Structs

KeyboardEvent
struct KeyboardEvent

The Keyboard Event structure.

MouseButtonEvent
struct MouseButtonEvent

The Mouse button Event structure.

MouseMotionEvent
struct MouseMotionEvent

The Mouse motion Event structure.

MouseWheelEvent
struct MouseWheelEvent

The Mouse wheel Event structure.

TextEditEvent
struct TextEditEvent

Keyboard text editing event structure

TextInputEvent
struct TextInputEvent

Keyboard text input event structure

WindowEvent
struct WindowEvent

The Window Event structure.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

timestamp
uint timestamp;

Milliseconds since the app is running.

type
Type type;

The Event Type.

windowId
uint windowId;

The window which has raised this event.

Meta

Authors

rschuett