Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 677 Bytes

mousedelta.md

File metadata and controls

30 lines (19 loc) · 677 Bytes
-api-id -api-type
T:Windows.Devices.Input.MouseDelta
winrt struct

MouseDelta

-description

Identifies the change in screen location of the mouse pointer, relative to the location of the last mouse event.

-struct-fields

-field X

The x-coordinate of the mouse pointer, relative to the location of the last mouse event.

-field Y

The y-coordinate of the mouse pointer, relative to the location of the last mouse event.

-remarks

-examples

-see-also

Windows.Devices.Input, MouseMoved, MouseEventArgs