get_press_coords
Description:
Retrieves the coordinates, in stage space, of the press event that started the dragging for a specific touch point.
Parameters:
| this | |
| 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 |