Touchpoint

sapp_touchpoint

Describes a single touchpoint in a multitouch event (TOUCHES_BEGAN, TOUCHES_MOVED, TOUCHES_ENDED).

Touch points are stored in the nested array sapp_event.touches[], and the number of touches is stored in sapp_event.num_touches

Members

Variables

android_tooltype
AndroidTooltype android_tooltype;
Undocumented in source.
changed
bool changed;
Undocumented in source.
identifier
ulong identifier;
Undocumented in source.
pos_x
float pos_x;
Undocumented in source.
pos_y
float pos_y;
Undocumented in source.

Meta