_NvGestureTrackedEvent Struct Reference
The universal structure for tracking touchscreen/input data for gestures. More...
#include <NvGestureDetector.h>
Public Attributes | |
| NvUST | time |
| The timestamp of this sample, in native UST format. | |
| float | elapsed |
| Elapsed seconds since start of a gesture this event is part of. | |
| uint32_t | count |
| Number of samples this event represents -- default is one, but can grow when repeated/duplicate input. | |
| NvGestureInputData | input |
| A given 'frame' of user input to the system. | |
Detailed Description
The universal structure for tracking touchscreen/input data for gestures.
Member Data Documentation
| uint32_t _NvGestureTrackedEvent::count |
Number of samples this event represents -- default is one, but can grow when repeated/duplicate input.
Elapsed seconds since start of a gesture this event is part of.
A given 'frame' of user input to the system.
The timestamp of this sample, in native UST format.
The documentation for this struct was generated from the following file: