Click or drag to resize

InputSourceupdateCoordinatesRemapper Method

Called from CoordinatesRemapper setter to update touch handlers with the new value.

Namespace:  TouchScript.InputSources
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void updateCoordinatesRemapper(
	ICoordinatesRemapper remapper
)

Parameters

remapper
Type: TouchScript.InputSourcesICoordinatesRemapper
The new remapper.
See Also