DDraceNetwork Docs
|
#include <ui.h>
Public Attributes | |
bool | m_AnyPressed = false |
bool | m_PrimaryPressed = false |
bool | m_SecondaryPressed = false |
vec2 | m_PrimaryPosition = vec2(-1.0f, -1.0f) |
vec2 | m_PrimaryDelta = vec2(0.0f, 0.0f) |
vec2 | m_ScrollAmount = vec2(0.0f, 0.0f) |
Private Attributes | |
bool | m_SecondaryPressedNext = false |
float | m_SecondaryActivationTime = 0.0f |
vec2 | m_SecondaryActivationDelta = vec2(0.0f, 0.0f) |
Friends | |
class | CUi |
Represents the aggregated state of current touch events to control a user interface.
|
friend |
bool CUi::CTouchState::m_AnyPressed = false |
bool CUi::CTouchState::m_PrimaryPressed = false |
|
private |
bool CUi::CTouchState::m_SecondaryPressed = false |
|
private |