Pointer Properties |
The Pointer type exposes the following members.
| Name | Description | |
|---|---|---|
| Buttons |
Current buttons state of the pointer.
| |
| Flags | 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. | |
| Id |
Internal unique pointer id.
| |
| InputSource |
Original input source which created this pointer.
| |
| Position |
Current position in screen coordinates.
| |
| PreviousPosition |
Previous position in screen coordinates.
| |
| ProjectionParams |
Projection parameters for the layer which created this pointer.
| |
| Type |
Pointer type. See PointerPointerType.
|