|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "input.h"

Go to the source code of this file.
Classes | |
| struct | _LAYOUT_LIST_NODE |
Typedefs | |
| typedef struct _LAYOUT_LIST_NODE | LAYOUT_LIST_NODE |
Functions | |
| VOID | LayoutList_Create (VOID) |
| VOID | LayoutList_Destroy (VOID) |
| LAYOUT_LIST_NODE * | LayoutList_GetByHkl (HKL hkl) |
| LAYOUT_LIST_NODE * | LayoutList_GetFirst (VOID) |
| typedef struct _LAYOUT_LIST_NODE LAYOUT_LIST_NODE |
Definition at line 171 of file layout_list.c.
Referenced by OnInitSettingsPage().
Definition at line 67 of file layout_list.c.
Referenced by OnDestroySettingsPage().
| LAYOUT_LIST_NODE * LayoutList_GetByHkl | ( | HKL | hkl | ) |
Definition at line 207 of file layout_list.c.
Referenced by InputList_Create().
| LAYOUT_LIST_NODE * LayoutList_GetFirst | ( | VOID | ) |
Definition at line 249 of file layout_list.c.
Referenced by EditDialogProc(), and OnInitAddDialog().