class GUIVirtualButtonEvent

Holds data about a GUI event that happens when a virtual button is pressed.

Public

Constructors

GUIVirtualButtonEvent

GUIVirtualButtonEvent() = default

Methods

GetButton

const VirtualButton &GetButton() const

Returns the virtual button the event is referring to.

Private

Methods

SetButton

void SetButton(const VirtualButton &button)

Initializes the data for the event.

Fields

mButton