dcell.event

Undocumented in source.

Members

Enums

EventType
enum EventType
Undocumented in source.

Structs

Event
struct 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.

PasteEvent
struct PasteEvent

Paste start or stop.

ResizeEvent
struct ResizeEvent

Resize is fired when a window resize event has occurred. It is something the application should use to determine when it needs to update layouts, etc.

Meta