get_motion_coords


Description:

public void get_motion_coords (uint point, out float motion_x, out float motion_y)

Retrieves the coordinates, in stage space, of the latest motion event during the dragging.

Parameters:

this

a GestureAction

point

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

motion_x

return location for the latest motion event's X coordinate

motion_y

return location for the latest motion event's Y coordinate