Click or drag to resize

ICoordinatesRemapper Interface

An object which changes pointer coordinates coming from an input source.

Namespace:  TouchScript.InputSources
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface ICoordinatesRemapper

The ICoordinatesRemapper type exposes the following members.

Methods
  NameDescription
Public methodRemap
Remaps pointer input.
Top
Remarks
If your input device is not fully aligned with display device you can use a remapper to carefully retarget pointer positions to "calibrate" input with image.
See Also