Click or drag to resize

TouchHandlerCoordinatesRemapper Property

Gets or sets current coordinates remapper.

Namespace:  TouchScript.InputSources.InputHandlers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public ICoordinatesRemapper CoordinatesRemapper { get; set; }

Property Value

Type: ICoordinatesRemapper
An object used to change coordinates of pointer points coming from this input source.

Implements

IInputSourceCoordinatesRemapper
See Also