Click or drag to resize

TouchManager Fields

The TouchManager type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCM_TO_INCH
Centimeter to inch ratio to be used in DPI calculations.
Public fieldStatic memberINCH_TO_CM
Inch to centimeter ratio to be used in DPI calculations.
Public fieldStatic memberINVALID_POSITION
The value used to represent an unknown state of a screen position. Use IsInvalidPosition(Vector2) to check if a point has unknown value.
Public fieldOnFrameFinish
Occurs when a frame is finished. After all other events.
Public fieldOnFrameStart
Occurs when a new frame is started before all other events.
Public fieldOnPointersAdd
Occurs when new hovering pointers are added.
Public fieldOnPointersCancel
Occurs when pointers are cancelled.
Public fieldOnPointersPress
Occurs when pointers touch the surface.
Public fieldOnPointersRelease
Occurs when pointers are released.
Public fieldOnPointersRemove
Occurs when pointers are removed from the system.
Public fieldOnPointersUpdate
Occurs when pointers are updated.
Public fieldStatic memberVERSION
TouchScript version.
Public fieldStatic memberVERSION_SUFFIX
TouchScript version suffix.
Top
See Also