MOUSEINPUT (Structures)
Last changed: -77.125.97.109

.
Summary
TODO - a short description

C# Definition:

struct MOUSEINPUT {
  int dx;
  int dy;
  int mouseData;
  int dwFlags;
  int time;
  IntPtr dwExtraInfo;
}

VB Definition:

Structure MOUSEINPUT
  Public dx As Integer
  Public dy As Integer
  Public mouseData As Integer
  Public dwFlags As Integer
  Public time As Integer
  Public dwExtraInfo As IntPtr
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
MOUSEINPUT on MSDN