Cogs.Core
|
Identifier for an input device. More...
#include <IInputProvider.h>
Public Member Functions | |
bool | operator== (const InputDeviceIdentifier &rhs) const |
Public Attributes | |
std::string | driver |
Input subsystem to handle this device (openvr, directinput etc) | |
std::string | id |
Device identifier within the input subsystem. | |
Identifier for an input device.
Definition at line 15 of file IInputProvider.h.
|
inline |
Definition at line 23 of file IInputProvider.h.
std::string Cogs::Core::InputDeviceIdentifier::driver |
Input subsystem to handle this device (openvr, directinput etc)
Definition at line 18 of file IInputProvider.h.
Referenced by Cogs::Core::InputManager::createActionMapping(), and Cogs::Core::InputManager::createAxisMapping().
std::string Cogs::Core::InputDeviceIdentifier::id |
Device identifier within the input subsystem.
Definition at line 21 of file IInputProvider.h.
Referenced by Cogs::Core::InputManager::createActionMapping(), and Cogs::Core::InputManager::createAxisMapping().