Click or drag to resize

OnePointTrasformGestureBaserelevantPointers Method

Checks if there are pointers in the list which matter for the gesture.

Namespace:  TouchScript.Gestures.TransformGestures.Base
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual bool relevantPointers(
	IList<Pointer> pointers
)

Parameters

pointers
Type: System.Collections.GenericIListPointer
List of pointers

Return Value

Type: Boolean
true if there are relevant pointers; false otherwise.
See Also