Click or drag to resize

GestureRecognizerProcessTouchesBegan Method

Call with the touches that began

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void ProcessTouchesBegan(
	ICollection<GestureTouch> touches
)

Parameters

touches
Type: System.Collections.GenericICollectionGestureTouch
Touches that began
See Also