#include "../ui_nodes.h"
#include "../../../common/common.h"
#include "../../input/cl_keys.h"
Go to the source code of this file.
Data Structures | |
struct | keyBindingExtraData_s |
extradata for the keybinding node More... | |
Typedefs | |
typedef struct keyBindingExtraData_s | keyBindingExtraData_t |
extradata for the keybinding node | |
Functions | |
void | UI_RegisterKeyBindingNode (struct uiBehaviour_s *behaviour) |
Definition in file ui_node_keybinding.h.
typedef struct keyBindingExtraData_s keyBindingExtraData_t |
extradata for the keybinding node
void UI_RegisterKeyBindingNode | ( | struct uiBehaviour_s * | behaviour | ) |
Definition at line 196 of file ui_node_keybinding.c.
References uiBehaviour_s::draw, EXTRADATA_TYPE, uiBehaviour_s::extraDataSize, uiBehaviour_s::keyPressed, uiBehaviour_s::leftClick, uiBehaviour_s::loading, uiBehaviour_s::name, uiBehaviour_s::properties, UI_KeyBindingNodeClick(), UI_KeyBindingNodeDraw(), UI_KeyBindingNodeKeyPressed(), and UI_KeyBindingNodeLoading().