Touch Struct Reference

An object that holds the characteristics of a touch on a touch screen. More...

#include <Touch.h>

Public Attributes

GLfloat startPositionX
 
GLfloat startPositionY
 
GLfloat lastPositionX
 
GLfloat lastPositionY
 
GLfloat currentPositionX
 
GLfloat currentPositionY
 

Detailed Description

An object that holds the characteristics of a touch on a touch screen.

Author
Benjamin Buergisser

Member Data Documentation

GLfloat Touch::currentPositionX
GLfloat Touch::currentPositionY
GLfloat Touch::lastPositionX
GLfloat Touch::lastPositionY
GLfloat Touch::startPositionX
GLfloat Touch::startPositionY