Skip to content

Latest commit

 

History

History
99 lines (71 loc) · 2.52 KB

ns-winuser-mousemovepoint.md

File metadata and controls

99 lines (71 loc) · 2.52 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winuser.tagMOUSEMOVEPOINT
MOUSEMOVEPOINT (winuser.h)
Contains information about the mouse's location in screen coordinates.
*LPMOUSEMOVEPOINT
*PMOUSEMOVEPOINT
MOUSEMOVEPOINT
MOUSEMOVEPOINT structure [Keyboard and Mouse Input]
PMOUSEMOVEPOINT
PMOUSEMOVEPOINT structure pointer [Keyboard and Mouse Input]
_win32_MOUSEMOVEPOINT_str
_win32_mousemovepoint_str_cpp
inputdev.mousemovepoint
winui._win32_mousemovepoint_str
winuser/MOUSEMOVEPOINT
winuser/PMOUSEMOVEPOINT
inputdev\mousemovepoint.htm
inputdev
VS|winui|~\winui\windowsuserinterface\userinput\mouseinput\mouseinputreference\mouseinputstructures\mousemovepoint.htm
12/05/2018
*LPMOUSEMOVEPOINT, *PMOUSEMOVEPOINT, MOUSEMOVEPOINT, MOUSEMOVEPOINT structure [Keyboard and Mouse Input], PMOUSEMOVEPOINT, PMOUSEMOVEPOINT structure pointer [Keyboard and Mouse Input], _win32_MOUSEMOVEPOINT_str, _win32_mousemovepoint_str_cpp, inputdev.mousemovepoint, winui._win32_mousemovepoint_str, winuser/MOUSEMOVEPOINT, winuser/PMOUSEMOVEPOINT
winuser.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
MOUSEMOVEPOINT, *PMOUSEMOVEPOINT, *LPMOUSEMOVEPOINT
19H1
tagMOUSEMOVEPOINT
winuser/tagMOUSEMOVEPOINT
PMOUSEMOVEPOINT
winuser/PMOUSEMOVEPOINT
MOUSEMOVEPOINT
winuser/MOUSEMOVEPOINT
c++
APIRef
kbSyntax
HeaderDef
Winuser.h
MOUSEMOVEPOINT

MOUSEMOVEPOINT structure

-description

Contains information about the mouse's location in screen coordinates.

-struct-fields

-field x

Type: int

The x-coordinate of the mouse.

-field y

Type: int

The y-coordinate of the mouse.

-field time

Type: DWORD

The time stamp of the mouse coordinate.

-field dwExtraInfo

Type: ULONG_PTR

Additional information associated with this coordinate.

-see-also

Conceptual

GetMouseMovePointsEx

Mouse Input

Reference