MOUSE_EVENT_RECORD 構造体

宣言文
Type MOUSE_EVENT_RECORD
        dwMousePosition As COORD
        dwButtonState As Long
        dwControlKeyState As Long
        dwEventFlags As Long
End Type
備考
Structure MOUSE_EVENT_RECORD
        dwMousePosition As COORD
        dwButtonState As Integer
        dwControlKeyState As Integer
        dwEventFlags As Integer
End Structure