Click or drag to resize

PointerFactoryCreate Method

Creates a pointer of certain type attached to the input source.

Namespace:  TouchScript.Pointers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static Pointer Create(
	PointerPointerType type,
	IInputSource input
)

Parameters

type
Type: TouchScript.PointersPointerPointerType
Pointer type to create.
input
Type: TouchScript.InputSourcesIInputSource
Input source to attach the pointer to.

Return Value

Type: Pointer
See Also