class VirtualAxis

Identifier for a virtual axis.

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

Public

Constructors

VirtualAxis

VirtualAxis() = default

VirtualAxis

VirtualAxis(u32 axisIdentifier)

Fields

AxisIdentifier

u32 AxisIdentifier

Operators

operator==

bool operator==(const VirtualAxis &rhs) const