Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::InputIdentifier Struct Reference

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.
 

Detailed Description

Identifier for an input device axis.

Definition at line 32 of file IInputProvider.h.

Member Function Documentation

◆ operator==()

bool Cogs::Core::InputIdentifier::operator== ( const InputIdentifier rhs) const
inline

Definition at line 40 of file IInputProvider.h.

Member Data Documentation

◆ deviceId

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().

◆ inputName

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().


The documentation for this struct was generated from the following file: