Click or drag to resize

ITouchManagerRemoveInput Method

Removes the input.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool RemoveInput(
	IInputSource input
)

Parameters

input
Type: TouchScript.InputSourcesIInputSource
Input source to remove.

Return Value

Type: Boolean
true if the input source was removed; false otherwise.
See Also