Click or drag to resize

InputSourceupdatePointer Method

Mark pointer as updated.

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

Parameters

pointer
Type: TouchScript.PointersPointer
The pointer to update.
See Also