Finger

The Finger structure

Members

Variables

id
long id;

The Finger ID

pressure
float pressure;

The quantity of pressure applied in range of 0 .. 1

x
float x;

The x coordinate in range of 0 .. 1 Multiply it with the width of the Window to get the real x coordinate

y
float y;

The y coordinate in range of 0 .. 1 Multiply it with the height of the Window to get the real y coordinate

Meta