Event.TouchEvent

Touch Event parameters

struct Event
struct TouchEvent {}

Members

Variables

finger
uint finger;

Index of the finger in case of multi-touch events.

x
int x;

X position of the touch, relative to the left of the owner window.

y
int y;

Y position of the touch, relative to the top of the owner window.

Meta