0.2.0
Loading...
Searching...
No Matches
TouchTracker.hpp File Reference

Touch Event Tracker. More...

Go to the source code of this file.

Functions

float NAV::gui::GetTouchProgress (ax::NodeEditor::NodeId id)
 Get the Touch Progress for the specified node.
 
void NAV::gui::TouchNode (ax::NodeEditor::NodeId id)
 Trigger a touch event on the specified node.
 
void NAV::gui::UpdateTouch (float deltaTime)
 Updates the touch events for all nodes.
 

Detailed Description

Touch Event Tracker.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2020-12-14

Function Documentation

◆ GetTouchProgress()

float NAV::gui::GetTouchProgress ( ax::NodeEditor::NodeId id)

Get the Touch Progress for the specified node.

Parameters
[in]idId 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]idId of the node to trigger the event on

◆ UpdateTouch()

void NAV::gui::UpdateTouch ( float deltaTime)

Updates the touch events for all nodes.

Parameters
[in]deltaTimeTime elapsed since last frame, in [seconds]