MOUSEMOVEPOINT

[This is preliminary documentation and subject to change.]

The MOUSEMOVEPOINT structure contains information about the mouse's location in screen coordinates.

typedef struct tagMOUSEMOVEPOINT {
    int   x;
    int   y;
    DWORD time;
    DWORD dwExtraInfo;
} MOUSEMOVEPOINT, *PMOUSEMOVEPOINT, FAR* LPMOUSEMOVEPOINT;
 

Members

x
Identifies the x-coordinate of the mouse.
y
Identifies the y-coordinate of the mouse.
time
Specifies the time stamp of the mouse coordinate.
dwExtraInfo
Specifies extra information associated with this coordinate.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Requires Windows 98 or later.
  Windows CE: Unsupported.
  Header: Declared in winuser.h.

See Also

Mouse Input Overview, Mouse Input Structures, GetMouseMovePoints