Click or drag to resize

ObjectPointer Properties

The ObjectPointer type exposes the following members.

Properties
  NameDescription
Public propertyAngle
The Rotation of the physical object this pointer represents.
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 propertyHeight
The height of the physical object this pointer represents.
Public propertyId
Internal unique pointer id.
(Inherited from Pointer.)
Public propertyInputSource
Original input source which created this pointer.
(Inherited from Pointer.)
Public propertyObjectId
The Id of the physical object this pointer represents.
Public propertyPosition
Current position in screen coordinates.
(Inherited from Pointer.)
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 propertyType (Inherited from Pointer.)
Public propertyWidth
The Width of the physical object this pointer represents.
Top
See Also