Click or drag to resize

InputSourcereleasePointer Method

Mark the pointer as no longer touching the surface.

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

Parameters

pointer
Type: TouchScript.PointersPointer
The pointer.
See Also