ReactOS 0.4.15-dev-7842-g558ab78
_MOUSE_EVENT_RECORD Struct Reference

#include <wincon.h>

Collaboration diagram for _MOUSE_EVENT_RECORD:

Public Attributes

COORD dwMousePosition
 
DWORD dwButtonState
 
DWORD dwControlKeyState
 
DWORD dwEventFlags
 

Detailed Description

Definition at line 253 of file wincon.h.

Member Data Documentation

◆ dwButtonState

DWORD _MOUSE_EVENT_RECORD::dwButtonState

Definition at line 255 of file wincon.h.

Referenced by TMouse::doMouse(), MouseEventHandler(), and OnMouse().

◆ dwControlKeyState

DWORD _MOUSE_EVENT_RECORD::dwControlKeyState

Definition at line 256 of file wincon.h.

Referenced by OnMouse().

◆ dwEventFlags

DWORD _MOUSE_EVENT_RECORD::dwEventFlags

Definition at line 257 of file wincon.h.

Referenced by AddInputEvents(), TMouse::doMouse(), MouseEventHandler(), OnMouse(), and scrollkeys().

◆ dwMousePosition

COORD _MOUSE_EVENT_RECORD::dwMousePosition

Definition at line 254 of file wincon.h.

Referenced by AddInputEvents(), TMouse::doMouse(), MouseEventHandler(), and OnMouse().


The documentation for this struct was generated from the following file: