TapGestureCombinePointers Property |
Gets or sets the flag if pointers should be treated as a cluster.
Namespace:
TouchScript.Gestures
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool CombinePointers { get; set; }
Property Value
Type:
Booleantrue if pointers should be treated as a cluster; otherwise,
false.
Remarks
At the end of a gesture when pointers are lifted off due to the fact that computers are faster than humans the very last pointer's position will be gesture's [!:ScreenPosition] after that. This flag is used to combine several pointers which from the point of a user were lifted off simultaneously and set their centroid as gesture's [!:ScreenPosition].
See Also