Click or drag to resize

GestureRecognizerTrackTouches Method

Begin tracking the specified touch ids

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected int TrackTouches(
	IEnumerable<GestureTouch> touches
)

Parameters

touches
Type: System.Collections.GenericIEnumerableGestureTouch
Touches to track

Return Value

Type: Int32
The number of tracked touches
See Also