|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincon.h>

Public Attributes | |
| COORD | dwMousePosition |
| DWORD | dwButtonState |
| DWORD | dwControlKeyState |
| DWORD | dwEventFlags |
| DWORD _MOUSE_EVENT_RECORD::dwButtonState |
Definition at line 276 of file wincon.h.
Referenced by TMouse::doMouse(), MouseEventHandler(), and OnMouse().
| DWORD _MOUSE_EVENT_RECORD::dwControlKeyState |
| DWORD _MOUSE_EVENT_RECORD::dwEventFlags |
Definition at line 278 of file wincon.h.
Referenced by AddInputEvents(), TMouse::doMouse(), MouseEventHandler(), OnMouse(), and scrollkeys().
| COORD _MOUSE_EVENT_RECORD::dwMousePosition |
Definition at line 275 of file wincon.h.
Referenced by AddInputEvents(), TMouse::doMouse(), MouseEventHandler(), and OnMouse().