class GUICommandEvent

Holds data about a GUI command event.

Command events are special events with a more specific purpose than general input events.

Public

Constructors

GUICommandEvent

GUICommandEvent() = default

Methods

GetType

GUICommandEventType GetType() const

Returns type describing what kind of event this is.

Private

Methods

SetType

void SetType(GUICommandEventType type)

Sets type describing what kind of event this is.

Fields

mType