Event

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

Members

Enums

Type
enum Type

All supported Event Types.

Unions

__anonymous
union __anonymous

Variables

timestamp
uint timestamp;

Milliseconds since the app is running

type
Type type;

The type of the Event

windowId
uint windowId;

The window which has raised this event

Meta

Authors

Randy Schuett (rswhite4@googlemail.com)