omegalib  13.1
Touch Struct Reference

#include <TouchGestureManager.h>

Public Types

enum  TouchState { INACTIVE, ACTIVE, IDLE }
 

Public Attributes

int state
 
int ID
 
float xPos
 
float yPos
 
float xWidth
 
float yWidth
 
int timestamp
 
float lastXPos
 
float lastYPos
 
int prevPosResetTime
 
int prevPosTimer
 
float initXPos
 
float initYPos
 
int idleTime
 
int gestureType
 

Member Enumeration Documentation

Enumerator
INACTIVE 
ACTIVE 
IDLE 

Member Data Documentation

int Touch::gestureType
int Touch::ID
int Touch::idleTime
float Touch::initXPos
float Touch::initYPos
float Touch::lastXPos
float Touch::lastYPos
int Touch::prevPosResetTime
int Touch::prevPosTimer
int Touch::state
int Touch::timestamp
float Touch::xPos
float Touch::xWidth
float Touch::yPos
float Touch::yWidth

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