Event

Event is the abstract from of an event. We use structs because these will be sent by value over the message box. Other event types should "derive" from this by using it as their first member and using alias this.

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

type
EventType type;
Undocumented in source.
when
MonoTime when;
Undocumented in source.

Meta