Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

TouchPhase

Description

Describes phase of a finger touch.

Variables

BeganA finger touched the screen.
MovedA finger moved on the screen.
StationaryA finger is touching the screen but hasn't moved.
EndedA finger was lifted from the screen. This is the final phase of a touch.
CanceledThe system cancelled tracking for the touch.