Contains an (x,y) pair that indicates the relative position of the mouse.
typedef struct _MouseDelta {
int32 X;
int32 Y;
} MouseDelta, *LPMouseDelta;
X
The x coordinate of the relative position.
Y
The y coordinate of the relative position.
Namespace: Windows.Devices.Input
Metadata: windows.winmd