Click or drag to resize

TapGestureshouldCachePointerPosition Method

Should the gesture cache this pointers to use it later in calculation of ScreenPosition.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override bool shouldCachePointerPosition(
	Pointer value
)

Parameters

value
Type: TouchScript.PointersPointer
Pointer to cache.

Return Value

Type: Boolean
true if pointers should be cached; false otherwise.
See Also