MOUSEINPUT

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
extern (Windows)
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