#include <ui_input.h>
Data Fields | |
struct uiNode_s * | node |
struct value_s * | property |
int | key |
struct uiKeyBinding_s * | next |
Definition at line 33 of file ui_input.h.
Definition at line 36 of file ui_input.h.
Referenced by Key_WriteBindings(), UI_SetKeyBinding(), UI_Tooltip(), and UI_WindowNodeGetKeyBinding().
struct uiKeyBinding_s* uiKeyBinding_s::next |
Definition at line 37 of file ui_input.h.
Referenced by UI_WindowNodeGetKeyBinding(), and UI_WindowNodeRegisterKeyBinding().
struct uiNode_s* uiKeyBinding_s::node |
Definition at line 34 of file ui_input.h.
Referenced by Key_WriteBindings(), UI_KeyPressedInWindow(), and UI_SetKeyBinding().
struct value_s* uiKeyBinding_s::property |
Definition at line 35 of file ui_input.h.
Referenced by Key_WriteBindings(), UI_KeyPressedInWindow(), and UI_SetKeyBinding().