Click or drag to resize

GestureRecognizerProcessTouchesCancelled Method

Process cancelled touches

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

Parameters

touches
Type: System.Collections.GenericICollectionGestureTouch
Touches
See Also