TouchManager Fields |
The TouchManager type exposes the following members.
Name | Description | |
---|---|---|
CM_TO_INCH |
Centimeter to inch ratio to be used in DPI calculations.
| |
INCH_TO_CM |
Inch to centimeter ratio to be used in DPI calculations.
| |
INVALID_POSITION |
The value used to represent an unknown state of a screen position. Use IsInvalidPosition(Vector2) to check if a point has unknown value.
| |
OnFrameFinish |
Occurs when a frame is finished. After all other events.
| |
OnFrameStart |
Occurs when a new frame is started before all other events.
| |
OnPointersAdd |
Occurs when new hovering pointers are added.
| |
OnPointersCancel |
Occurs when pointers are cancelled.
| |
OnPointersPress |
Occurs when pointers touch the surface.
| |
OnPointersRelease |
Occurs when pointers are released.
| |
OnPointersRemove |
Occurs when pointers are removed from the system.
| |
OnPointersUpdate |
Occurs when pointers are updated.
| |
VERSION |
TouchScript version.
| |
VERSION_SUFFIX |
TouchScript version suffix.
|