ReactOS 0.4.16-dev-122-g325d74c
|
#include <wincon.h>
Public Attributes | |
COORD | dwMousePosition |
DWORD | dwButtonState |
DWORD | dwControlKeyState |
DWORD | dwEventFlags |
DWORD _MOUSE_EVENT_RECORD::dwButtonState |
Definition at line 255 of file wincon.h.
Referenced by TMouse::doMouse(), MouseEventHandler(), and OnMouse().
DWORD _MOUSE_EVENT_RECORD::dwControlKeyState |
DWORD _MOUSE_EVENT_RECORD::dwEventFlags |
Definition at line 257 of file wincon.h.
Referenced by AddInputEvents(), TMouse::doMouse(), MouseEventHandler(), OnMouse(), and scrollkeys().
COORD _MOUSE_EVENT_RECORD::dwMousePosition |
Definition at line 254 of file wincon.h.
Referenced by AddInputEvents(), TMouse::doMouse(), MouseEventHandler(), and OnMouse().