get_interpolated_delta


Description:

public float get_interpolated_delta (out float delta_x, out float delta_y)

Retrieves the delta, in stage space, since the latest interpolated event, analogous to get_motion_delta.

Parameters:

this

A PanAction

delta_x

return location for the X delta since the latest interpolated event

delta_y

return location for the Y delta since the latest interpolated event

Returns:

the distance since the latest interpolated event