_NvGestureTrackedEvent Struct Reference

The universal structure for tracking touchscreen/input data for gestures. More...

#include <NvGestureDetector.h>

List of all members.

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

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: