ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Classes | |
struct | _BUTTON_DATA |
struct | _POINTER_DATA |
struct | _MOUSE_ACCEL |
struct | _OPTION_DATA |
struct | _WHEEL_DATA |
struct | _CURSOR_DATA |
Typedefs | |
typedef struct _BUTTON_DATA | BUTTON_DATA |
typedef struct _BUTTON_DATA * | PBUTTON_DATA |
typedef struct _POINTER_DATA | POINTER_DATA |
typedef struct _POINTER_DATA * | PPOINTER_DATA |
typedef struct _MOUSE_ACCEL | MOUSE_ACCEL |
typedef struct _OPTION_DATA | OPTION_DATA |
typedef struct _OPTION_DATA * | POPTION_DATA |
typedef struct _WHEEL_DATA | WHEEL_DATA |
typedef struct _WHEEL_DATA * | PWHEEL_DATA |
typedef struct _CURSOR_DATA | CURSOR_DATA |
typedef struct _CURSOR_DATA * | PCURSOR_DATA |
Variables | |
CURSOR_DATA | g_CursorData [] |
struct { | |
WORD idDlg | |
DLGPROC DlgProc | |
UINT uiReplaceWith | |
} | PropPages [] |
typedef struct _BUTTON_DATA BUTTON_DATA |
typedef struct _CURSOR_DATA CURSOR_DATA |
typedef struct _MOUSE_ACCEL MOUSE_ACCEL |
typedef struct _OPTION_DATA OPTION_DATA |
typedef struct _BUTTON_DATA * PBUTTON_DATA |
typedef struct _CURSOR_DATA * PCURSOR_DATA |
typedef struct _POINTER_DATA POINTER_DATA |
typedef struct _OPTION_DATA * POPTION_DATA |
typedef struct _POINTER_DATA * PPOINTER_DATA |
typedef struct _WHEEL_DATA * PWHEEL_DATA |
typedef struct _WHEEL_DATA WHEEL_DATA |
Definition at line 1127 of file mouse.c.
Referenced by PointerProc().
Definition at line 827 of file mouse.c.
Referenced by PointerProc().
|
static |
Definition at line 233 of file mouse.c.
|
static |
Definition at line 183 of file mouse.c.
Referenced by ButtonProc().
Definition at line 426 of file mouse.c.
Referenced by ApplyCursorScheme(), and SaveCursorScheme().
Definition at line 607 of file mouse.c.
Referenced by PointerProc().
Definition at line 462 of file mouse.c.
Referenced by PointerProc().
Definition at line 868 of file mouse.c.
Referenced by LoadNewCursorScheme().
Definition at line 1031 of file mouse.c.
Referenced by PointerProc().
Definition at line 999 of file mouse.c.
Referenced by PointerProc().
Definition at line 1829 of file mouse.c.
|
static |
Definition at line 156 of file mouse.c.
|
static |
Definition at line 943 of file mouse.c.
Referenced by PointerProc().
|
static |
Definition at line 1382 of file mouse.c.
|
static |
Definition at line 1199 of file mouse.c.
Definition at line 1798 of file mouse.c.
Referenced by MouseApplet().
Definition at line 575 of file mouse.c.
Referenced by LoadInitialCursorScheme(), LoadNewCursorScheme(), and PointerProc().
Definition at line 921 of file mouse.c.
Referenced by LoadInitialCursorScheme(), and PointerProc().
Definition at line 696 of file mouse.c.
Referenced by PointerProc().
|
static |
Definition at line 660 of file mouse.c.
Referenced by SaveCursorScheme().
Definition at line 1687 of file mouse.c.
Referenced by WheelProc().
|
static |
Definition at line 1727 of file mouse.c.
DLGPROC DlgProc |
Definition at line 1817 of file mouse.c.
Referenced by MouseApplet().
CURSOR_DATA g_CursorData[] |
Definition at line 120 of file mouse.c.
Referenced by ApplyCursorScheme(), BrowseCursor(), LoadCursorScheme(), LoadInitialCursorScheme(), OnDrawItem(), PointerProc(), RefreshCursorList(), ReloadCurrentCursorScheme(), and SaveCursorScheme().
WORD idDlg |
Definition at line 1816 of file mouse.c.
Referenced by MouseApplet().
const struct { ... } PropPages[] |
Referenced by MouseApplet().
UINT uiReplaceWith |
Definition at line 1818 of file mouse.c.
Referenced by MouseApplet().