Click or drag to resize

TapGestureRecognizerTapTouches Property

Contains every touch that was involved in the tap

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public ReadOnlyCollection<GestureTouch> TapTouches { get; }

Property Value

Type: ReadOnlyCollectionGestureTouch
See Also