Click or drag to resize

GestureRecognizerTouchesBegan Method

Call with the touches that began, child class should override

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

Parameters

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