LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

PointerInputModule.GetTouchPointerEventData

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

Parameters

inputProcessing Touch.
pressedAre we pressed.
releasedAre we released.

Description

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