MOUSEMOVEPOINT

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
extern (Windows) @system nothrow @nogc
struct MOUSEMOVEPOINT {}

Members

Variables

dwExtraInfo
ULONG_PTR dwExtraInfo;
Undocumented in source.
time
DWORD time;
Undocumented in source.
x
int x;
Undocumented in source.
y
int y;
Undocumented in source.

Meta