Skip to content

InputEventSingleScreenTouch

Federico Ciuffardi edited this page Apr 9, 2022 · 2 revisions

Description

Custom input event type for a single finger touch.

Properties

Type Name Description
Vector2 position Position of the involved finger
boolean pressed If it is true, the touch is beginning. If it is false, the touch is ending.
boolean cancelled If it is true, the touch has been cancelled by another touch. If it is false, the touch is still the only one.