Click or drag to resize

TouchManagerInstancePointersPressed Event

Occurs when pointers touch the surface.

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

Value

Type: SystemEventHandlerPointerEventArgs

Implements

ITouchManagerPointersPressed
See Also