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