Cogs.Core
|
Identifier for an input device axis. More...
#include <IInputProvider.h>
Public Member Functions | |
bool | operator== (const InputIdentifier &rhs) const |
Public Attributes | |
InputDeviceIdentifier | deviceId |
Identifier for the specific input device. | |
std::string | inputName |
Axis or button name. | |
Identifier for an input device axis.
Definition at line 32 of file IInputProvider.h.
|
inline |
Definition at line 40 of file IInputProvider.h.
InputDeviceIdentifier Cogs::Core::InputIdentifier::deviceId |
Identifier for the specific input device.
Definition at line 35 of file IInputProvider.h.
Referenced by Cogs::Core::InputManager::createActionMapping(), and Cogs::Core::InputManager::createAxisMapping().
std::string Cogs::Core::InputIdentifier::inputName |
Axis or button name.
Definition at line 38 of file IInputProvider.h.
Referenced by Cogs::Core::InputManager::createActionMapping(), and Cogs::Core::InputManager::createAxisMapping().