class VirtualButton

Identifier for a virtual button.

Primary purpose of this class is to avoid expensive string compare, and instead use a unique button identifier for compare. Generally you want to create one of these using the button name, and then store it for later use.

Public

Constructors

VirtualButton

VirtualButton() = default

VirtualButton

VirtualButton(u32 buttonIdentifier)

Fields

ButtonIdentifier

u32 ButtonIdentifier

Operators

operator==

bool operator==(const VirtualButton &rhs) const