ClusteredPinnedTransformGesturerelevantPointers Method |
Checks if there are pointers in the list which matter for the gesture.
Namespace:
TouchScript.Gestures.TransformGestures.Clustered
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected override bool relevantPointers(
IList<Pointer> pointers
)
Parameters
- pointers
- Type: System.Collections.GenericIListPointer
List of pointers
Return Value
Type:
Booleantrue if there are relevant pointers;
false otherwise.
See Also