TouchFingerEvent

Touch Finger Event

This represents a touch finger event with, deslocated x and y, x and y position and finger ID

Members

Variables

dx
float dx;
dy
float dy;
Undocumented in source.
fingerID
ubyte fingerID;
Undocumented in source.
x
float x;
y
float y;
Undocumented in source.

Examples

auto tfe = TouchFingerEvent(1.0f, 1.0f, 0.5f, 0.4f, 1);

Meta