Click or drag to resize

GestureRecognizerStateUpdatedDelegate Delegate

Gesture recognizer state change event - gesture.CurrentTrackedTouches contains all of the current touches

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public delegate void GestureRecognizerStateUpdatedDelegate(
	GestureRecognizer gesture
)

Parameters

gesture
Type: DigitalRubySharedGestureRecognizer
See Also