Click or drag to resize

GestureRecognizerUpdated Delegate

Obsolete, use GestureRecognizerStateUpdatedDelegate

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public delegate void GestureRecognizerUpdated(
	GestureRecognizer gesture,
	ICollection<GestureTouch> touches
)

Parameters

gesture
Type: DigitalRubySharedGestureRecognizer
touches
Type: System.Collections.GenericICollectionGestureTouch
See Also