Click or drag to resize

TouchManagerInstancePointersRemoved Event

Occurs when pointers are removed from the system.

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public event EventHandler<PointerEventArgs> PointersRemoved

Value

Type: SystemEventHandlerPointerEventArgs

Implements

ITouchManagerPointersRemoved
See Also