Neonode zForce(TM) SDK
Public Attributes | List of all members
TouchMessage Struct Reference

This structure represents a touch message. More...

#include <TouchMessage.h>

Public Attributes

 Message
 Base Message.
 
uint32_t Id
 Id of the Touch.
 
TouchEvent Event
 Event of the Touch.
 
 CartesianCoordinates
 X, Y, Z coordinates.
 
uint32_t SizeX
 Size of the object on the X axis.
 
bool HasSizeX
 Is the size reported for X?
 
uint32_t SizeY
 Size of the object on the Y axis.
 
bool HasSizeY
 Is the size reported for Y?
 
uint32_t SizeZ
 Size of the object on the Z axis.
 
bool HasSizeZ
 Is the size reported for Z?
 
TouchOrientation Orientation
 Orientation of the object.
 
bool HasOrientation
 Is Orientation reported?
 
uint32_t Confidence
 Detection confidence.
 
bool HasConfidence
 Is Confidence reported?
 
uint32_t Pressure
 Pressure of the object.
 
bool HasPressure
 Is Pressure reported?
 
uint64_t Timestamp
 Message timestamp.
 
bool HasTimestamp
 Is Timestamp reported?
 

Detailed Description

This structure represents a touch message.

This structure represents a message containing touch information.


The documentation for this struct was generated from the following file: