![]() |
DDraceNetwork Documentation
|
#include <input.h>
Public Attributes | |
| CTouchFinger | m_Finger |
| vec2 | m_Position |
| vec2 | m_Delta |
| std::chrono::nanoseconds | m_PressTime |
Represents the state of a particular touch finger currently being pressed down on a touch device.
| vec2 IInput::CTouchFingerState::m_Delta |
| CTouchFinger IInput::CTouchFingerState::m_Finger |
The unique finger which this state is associated with.
| vec2 IInput::CTouchFingerState::m_Position |
| std::chrono::nanoseconds IInput::CTouchFingerState::m_PressTime |
The time when this finger was first pressed down.