DDraceNetwork Docs
|
#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 |
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.
|
inline |
|
inline |
|
friend |
|
private |
|
private |