Touch Event Tracker.
More...
Go to the source code of this file.
◆ GetTouchProgress()
float NAV::gui::GetTouchProgress |
( |
ax::NodeEditor::NodeId | id | ) |
|
Get the Touch Progress for the specified node.
- Parameters
-
[in] | id | Id of the Node to check |
- Returns
- The Touch progress towards the touch time
◆ TouchNode()
void NAV::gui::TouchNode |
( |
ax::NodeEditor::NodeId | id | ) |
|
Trigger a touch event on the specified node.
- Parameters
-
[in] | id | Id of the node to trigger the event on |
◆ UpdateTouch()
void NAV::gui::UpdateTouch |
( |
float | deltaTime | ) |
|
Updates the touch events for all nodes.
- Parameters
-
[in] | deltaTime | Time elapsed since last frame, in [seconds] |