MOUSEINPUT

Undocumented in source.
nothrow
static if(_WIN32_WINNT >= 0x403)
struct MOUSEINPUT {}

Members

Variables

dwExtraInfo
ULONG_PTR dwExtraInfo;
Undocumented in source.
dwFlags
DWORD dwFlags;
Undocumented in source.
dx
LONG dx;
Undocumented in source.
dy
LONG dy;
Undocumented in source.
mouseData
DWORD mouseData;
Undocumented in source.
time
DWORD time;
Undocumented in source.

Meta