Click or drag to resize

GestureRecognizerCalculateFocus Method (ICollectionGestureTouch, Boolean)

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,
	bool resetFocus
)

Parameters

touches
Type: System.Collections.GenericICollectionGestureTouch
Touches
resetFocus
Type: SystemBoolean
True to force reset of the start focus, false otherwise

Return Value

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