C# Class MS.Win32.UnsafeNativeMethods.MOUSEINPUT

Show file Open project: geeksree/cSharpGeeks

Public Properties

Property Type Description
dwExtraInfo System.IntPtr
dwFlags int
dx int
dy int
mouseData int
time int

Property Details

dwExtraInfo public property

public IntPtr,System dwExtraInfo
return System.IntPtr

dwFlags public property

public int dwFlags
return int

dx public property

public int dx
return int

dy public property

public int dy
return int

mouseData public property

public int mouseData
return int

time public property

public int time
return int