This version of Unity is unsupported.

PointerInputModule.GetTouchPointerEventData

Declaration

protected EventSystems.PointerEventData GetTouchPointerEventData(Touch input, out bool pressed, out bool released);

Parameters

input Processing Touch.
pressed Are we pressed.
released Are we released.

Description

Given a touch populate the PointerEventData and return if we are pressed or released.