Click or drag to resize

IInputSourceCoordinatesRemapper Property

Gets or sets current coordinates remapper.

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

Property Value

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