Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 987 Bytes

pointerpoint_rawposition.md

File metadata and controls

32 lines (19 loc) · 987 Bytes
-api-id -api-type
P:Windows.UI.Input.PointerPoint.RawPosition
winrt property

Windows.UI.Input.PointerPoint.RawPosition

-description

Gets the client coordinates of the input pointer as reported by the input device.

-property-value

The client coordinates, in device-independent pixels (DIP).

-remarks

Under some circumstances, such as touch targeting near a UIElement, this data might be modified by the system.

If your app supports complex inking, where accuracy and performance is critical, we recommend using the RawPosition data to handle input prediction when managing hardware or message latency due to delays in sensing and processing of the pointer location on the digitizer.

See Position for more information on handling modified input data.

-examples

-see-also

Position