Click or drag to resize

GestureRecognizerCalculateFocus Method (ICollectionGestureTouch)

Calculate the focus of the gesture

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected bool CalculateFocus(
	ICollection<GestureTouch> touches
)

Parameters

touches
Type: System.Collections.GenericICollectionGestureTouch
Touches

Return Value

Type: Boolean
True if this was the first focus calculation, false otherwise
See Also