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 protected override bool shouldCachePointerPosition(
Pointer value
)
Parameters
- value
- Type: TouchScript.PointersPointer
Pointer to cache.
Return Value
Type:
Booleantrue if pointers should be cached;
false otherwise.
See Also