#include <MInputReader.h>
Public Member Functions | |
TTouchEventData (unsigned int aX, unsigned int aY, unsigned int aPressure) | |
Fills TTouchEventData with data. | |
TTouchEventData () | |
Default constructor. | |
Public Attributes | |
unsigned int | iX |
unsigned int | iY |
unsigned int | iPressure |
|
Pressure. If zero, means that user has released the touchscreen |
|
X coordinate |
|
Y coordinate |