C# Class TOAPI.Kernel32.MOUSE_EVENT_RECORD

Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
dwButtonState uint
dwControlKeyState uint
dwEventFlags uint
dwMousePosition COORD

Property Details

dwButtonState public property

public uint dwButtonState
return uint

dwControlKeyState public property

public uint dwControlKeyState
return uint

dwEventFlags public property

public uint dwEventFlags
return uint

dwMousePosition public property

public COORD,TOAPI.Kernel32 dwMousePosition
return COORD