Click or drag to resize

TouchManagerInstancePressedPointersCount Property

Gets the number of pressed pointer in the system.

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int PressedPointersCount { get; }

Property Value

Type: Int32

Implements

ITouchManagerPressedPointersCount
See Also