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 public interface ICoordinatesRemapper
The ICoordinatesRemapper type exposes the following members.
Methods
| Name | Description |
---|
| Remap |
Remaps pointer input.
|
TopRemarks
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