MouseDelta Structure

Contains an (x,y) pair that indicates the relative position of the mouse.

Syntax

typedef struct _MouseDelta {
    int32 X;
    int32 Y;
} MouseDelta, *LPMouseDelta;  

Members

X
The x coordinate of the relative position.

Y
The y coordinate of the relative position.

Requirements

Namespace: Windows.Devices.Input

Metadata: windows.winmd

See also

Reference

Windows.Devices.Input Namespace