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

Public Attributes | |
| USHORT | UnitId |
| USHORT | Flags |
| union { | |
| ULONG Buttons | |
| struct { | |
| USHORT ButtonFlags | |
| USHORT ButtonData | |
| } DUMMYSTRUCTNAME | |
| } | DUMMYUNIONNAME |
| ULONG | RawButtons |
| LONG | LastX |
| LONG | LastY |
| ULONG | ExtraInformation |
| USHORT _MOUSE_INPUT_DATA::ButtonData |
Definition at line 83 of file ntddmou.h.
Referenced by i8042MouHandle(), i8042MouHandlePs2pp(), MouHid_ReadCompletion(), and UserProcessMouseInput().
| USHORT _MOUSE_INPUT_DATA::ButtonFlags |
Definition at line 82 of file ntddmou.h.
Referenced by i8042MouHandleButtons(), i8042MouHandlePs2pp(), InPortDpcForIsr(), MouHid_ReadCompletion(), and UserProcessMouseInput().
| ULONG _MOUSE_INPUT_DATA::Buttons |
Definition at line 80 of file ntddmou.h.
Referenced by i8042MouHandle().
| __MINGW_EXTENSION struct { ... } _MOUSE_INPUT_DATA::DUMMYSTRUCTNAME |
| __MINGW_EXTENSION union { ... } _MOUSE_INPUT_DATA::DUMMYUNIONNAME |
| ULONG _MOUSE_INPUT_DATA::ExtraInformation |
Definition at line 89 of file ntddmou.h.
Referenced by UserProcessMouseInput().
| USHORT _MOUSE_INPUT_DATA::Flags |
Definition at line 78 of file ntddmou.h.
Referenced by i8042MouHandle(), MouHid_ReadCompletion(), and UserProcessMouseInput().
| LONG _MOUSE_INPUT_DATA::LastX |
Definition at line 87 of file ntddmou.h.
Referenced by i8042MouHandle(), InPortDpcForIsr(), MouHid_ReadCompletion(), and UserProcessMouseInput().
| LONG _MOUSE_INPUT_DATA::LastY |
Definition at line 88 of file ntddmou.h.
Referenced by i8042MouHandle(), InPortDpcForIsr(), MouHid_ReadCompletion(), and UserProcessMouseInput().
| ULONG _MOUSE_INPUT_DATA::RawButtons |
Definition at line 86 of file ntddmou.h.
Referenced by i8042MouHandle(), i8042MouHandleButtons(), and i8042MouHandlePs2pp().