Click or drag to resize

TouchPointer Properties

The TouchPointer type exposes the following members.

Properties
  NameDescription
Public propertyButtons
Current buttons state of the pointer.
(Inherited from Pointer.)
Public propertyFlags

Gets or sets pointer flags: [!:FLAG_ARTIFICIAL]

Note: setting this property doesn't immediately change its value, the value actually changes during the next TouchManager update phase.

(Inherited from Pointer.)
Public propertyId
Internal unique pointer id.
(Inherited from Pointer.)
Public propertyInputSource
Original input source which created this pointer.
(Inherited from Pointer.)
Public propertyPosition
Current position in screen coordinates.
(Inherited from Pointer.)
Public propertyPressure
Gets or sets the touch's pressure.
Public propertyPreviousPosition
Previous position in screen coordinates.
(Inherited from Pointer.)
Public propertyProjectionParams
Projection parameters for the layer which created this pointer.
(Inherited from Pointer.)
Public propertyRotation
Gets or sets the touch's rotation.
Public propertyType (Inherited from Pointer.)
Top
See Also