Click or drag to resize

GestureHasPointer Method

Determines whether gesture controls a pointer.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool HasPointer(
	Pointer pointer
)

Parameters

pointer
Type: TouchScript.PointersPointer
The pointer.

Return Value

Type: Boolean
true if gesture controls the pointer point; false otherwise.
See Also