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

Public Attributes | |
| SHORT | ShowCount |
| COORD | Position |
| WORD | Character |
| WORD | ButtonState |
| WORD | PressCount [NUM_MOUSE_BUTTONS] |
| COORD | LastPress [NUM_MOUSE_BUTTONS] |
| WORD | ReleaseCount [NUM_MOUSE_BUTTONS] |
| COORD | LastRelease [NUM_MOUSE_BUTTONS] |
| SHORT | HorizCount |
| SHORT | VertCount |
| WORD | MinX |
| WORD | MaxX |
| WORD | MinY |
| WORD | MaxY |
| MOUSE_USER_HANDLER | Handler0 |
| MOUSE_USER_HANDLER | Handlers [3] |
| struct { | |
| WORD ScreenMask | |
| WORD CursorMask | |
| } | TextCursor |
| struct { | |
| COORD HotSpot | |
| WORD ScreenMask [16] | |
| WORD CursorMask [16] | |
| } | GraphicsCursor |
| BYTE | GraphicsData [256] |
| WORD _MOUSE_DRIVER_STATE::ButtonState |
Definition at line 47 of file mouse32.h.
Referenced by CallMouseUserHandlers(), DosMouseService(), and DosUpdateButtons().
| WORD _MOUSE_DRIVER_STATE::Character |
Definition at line 46 of file mouse32.h.
Referenced by EraseMouseCursor(), and PaintMouseCursor().
| struct { ... } _MOUSE_DRIVER_STATE::GraphicsCursor |
Referenced by DosMouseService(), and PaintMouseCursor().
| BYTE _MOUSE_DRIVER_STATE::GraphicsData[256] |
Definition at line 75 of file mouse32.h.
Referenced by EraseMouseCursor(), and PaintMouseCursor().
| MOUSE_USER_HANDLER _MOUSE_DRIVER_STATE::Handler0 |
Definition at line 59 of file mouse32.h.
Referenced by CallMouseUserHandlers(), and DosMouseService().
| MOUSE_USER_HANDLER _MOUSE_DRIVER_STATE::Handlers[3] |
Definition at line 60 of file mouse32.h.
Referenced by CallMouseUserHandlers(), and DosMouseService().
| SHORT _MOUSE_DRIVER_STATE::HorizCount |
Definition at line 52 of file mouse32.h.
Referenced by DosMouseIrq(), and DosMouseService().
| COORD _MOUSE_DRIVER_STATE::LastPress[NUM_MOUSE_BUTTONS] |
Definition at line 49 of file mouse32.h.
Referenced by DosMouseService(), and DosUpdateButtons().
| COORD _MOUSE_DRIVER_STATE::LastRelease[NUM_MOUSE_BUTTONS] |
Definition at line 51 of file mouse32.h.
Referenced by DosMouseService(), and DosUpdateButtons().
| WORD _MOUSE_DRIVER_STATE::MaxX |
Definition at line 54 of file mouse32.h.
Referenced by DosMouseService(), FromMouseCoordinates(), and ToMouseCoordinates().
| WORD _MOUSE_DRIVER_STATE::MaxY |
Definition at line 54 of file mouse32.h.
Referenced by DosMouseService(), FromMouseCoordinates(), and ToMouseCoordinates().
| WORD _MOUSE_DRIVER_STATE::MinX |
Definition at line 54 of file mouse32.h.
Referenced by DosMouseService(), FromMouseCoordinates(), and ToMouseCoordinates().
| WORD _MOUSE_DRIVER_STATE::MinY |
Definition at line 54 of file mouse32.h.
Referenced by DosMouseService(), FromMouseCoordinates(), and ToMouseCoordinates().
| COORD _MOUSE_DRIVER_STATE::Position |
Definition at line 45 of file mouse32.h.
Referenced by CallMouseUserHandlers(), DosMouseService(), DosUpdateButtons(), DosUpdatePosition(), EraseMouseCursor(), and PaintMouseCursor().
| WORD _MOUSE_DRIVER_STATE::PressCount[NUM_MOUSE_BUTTONS] |
Definition at line 48 of file mouse32.h.
Referenced by DosMouseService(), and DosUpdateButtons().
| WORD _MOUSE_DRIVER_STATE::ReleaseCount[NUM_MOUSE_BUTTONS] |
Definition at line 50 of file mouse32.h.
Referenced by DosMouseService(), and DosUpdateButtons().
| SHORT _MOUSE_DRIVER_STATE::ShowCount |
Definition at line 44 of file mouse32.h.
Referenced by DosMouseCleanup(), DosMouseService(), and DosUpdatePosition().
| struct { ... } _MOUSE_DRIVER_STATE::TextCursor |
Referenced by DosMouseService(), and PaintMouseCursor().
| SHORT _MOUSE_DRIVER_STATE::VertCount |
Definition at line 53 of file mouse32.h.
Referenced by DosMouseIrq(), and DosMouseService().