#include <PhxLogicalInputEngine.h>
Public Member Functions | |
| AxisSpec () | |
| Creates a default AxisSpec with driver name "" and identifier RawInputEngine::INVALID_AXIS_IDENTIFIER. | |
| AxisSpec (const String &driverName, RawInputEngine::AxisIdentifier identifier) | |
| Creates a AxisSpec with the given values for its driverName() and identifier() attributes. | |
| bool | operator== (const AxisSpec &b) const |
| Performs equality comparison of a AxisSpec to this one. | |
| bool | operator!= (const AxisSpec &b) const |
| Performs inequality comparison of a AxisSpec with this one. | |
| const String & | driverName () const |
| Gets the driver name of the specified axis's RawInputEngine driver. | |
| RawInputEngine::AxisIdentifier | identifier () const |
| Gets the identifier for the axis. | |
Static Public Attributes | |
| static const AxisSpec | INVALID |
| The default value for new AxisSpec values. | |
This value is used to configure the AnalogAxisDriver and AnalogButtonDriver.
|
||||||||||||
|
Creates a AxisSpec with the given values for its driverName() and identifier() attributes.
|
|
|
Gets the driver name of the specified axis's RawInputEngine driver.
|
|
|
Gets the identifier for the axis.
|
|
|
Performs inequality comparison of a AxisSpec with this one.
|
|
|
Performs equality comparison of a AxisSpec to this one.
|
1.4.2