get_release_coords


Description:

public void get_release_coords (uint point, out float release_x, out float release_y)

Retrieves the coordinates, in stage space, where the touch point was last released.

Parameters:

this

a GestureAction

point

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

release_x

return location for the X coordinate of the last release

release_y

return location for the Y coordinate of the last release