This version of Unity is unsupported.

PointerEventData.pressPosition

public Vector2 pressPosition;

Description

The screen space coordinates of the last pointer click.

This property returns the same value as PointerEventData.position for a click. However, for a click and drag, this returns the coordinate where the pointer was initially clicked while PointerEventData.position always returns the coordinates of the pointer’s current position.