VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
Public Attributes | List of all members
touchPoint_t Struct Reference

touch point struct used for holding data associated for a single finger / touch point. Used for advanced touchscreen use. More...

#include <vxDataTypes.h>

Public Attributes

int posx
 
int posy
 
int oposx
 
int oposy
 
int deltax
 
int deltay
 
int state = -1
 
int ostate
 
bool isHeld
 
bool isDown
 
bool justPressed
 
bool onUp
 
bool active
 
bool inPinch
 
double startTime
 
double lastUpdate
 

Detailed Description

touch point struct used for holding data associated for a single finger / touch point. Used for advanced touchscreen use.


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