get_press_coords


Description:

public void get_press_coords (uint point, out float press_x, out float press_y)

Retrieves the coordinates, in stage space, of the press event that started the dragging for a specific touch point.

Parameters:

this

a GestureAction

point

the touch point index, with 0 being the first touch point received by the action

press_x

return location for the press event's X coordinate

press_y

return location for the press event's Y coordinate