C# Class TOAPI.Kernel32.MOUSE_EVENT_RECORD

ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
dwButtonState uint
dwControlKeyState uint
dwEventFlags uint
dwMousePosition COORD

Property Details

dwButtonState public_oe property

public uint dwButtonState
return uint

dwControlKeyState public_oe property

public uint dwControlKeyState
return uint

dwEventFlags public_oe property

public uint dwEventFlags
return uint

dwMousePosition public_oe property

public COORD,TOAPI.Kernel32 dwMousePosition
return COORD