Click or drag to resize

InputSourcepressPointer Method

Mark the pointer as touching the surface.

Namespace:  TouchScript.InputSources
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void pressPointer(
	Pointer pointer
)

Parameters

pointer
Type: TouchScript.PointersPointer
The pointer.
See Also