DDraceNetwork Documentation
Loading...
Searching...
No Matches
IInput::CTouchFinger Class Reference

#include <input.h>

Public Member Functions

bool operator== (const CTouchFinger &Other) const
bool operator!= (const CTouchFinger &Other) const

Private Attributes

int64_t m_DeviceId
int64_t m_FingerId

Friends

class CInput

Detailed Description

Represents a unique finger for a current touch event. If there are multiple touch input devices, they are handled transparently like different fingers. The concrete values of the member variables of this class are arbitrary based on the touch device driver and should only be used to uniquely identify touch fingers. Note that once a finger has been released, the same finger value may also be reused again.

Member Function Documentation

◆ operator!=()

bool IInput::CTouchFinger::operator!= ( const CTouchFinger & Other) const
inline

◆ operator==()

bool IInput::CTouchFinger::operator== ( const CTouchFinger & Other) const
inline

◆ CInput

friend class CInput
friend

Member Data Documentation

◆ m_DeviceId

int64_t IInput::CTouchFinger::m_DeviceId
private

◆ m_FingerId

int64_t IInput::CTouchFinger::m_FingerId
private

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