MOUSEINPUT (Structures)
Last changed: -77.125.97.109

.
Summary
TODO - a short description

C# Definition:

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

VB Definition:

    <StructLayout(LayoutKind.Explicit)> _
    Private 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