#include <ui.h>
Public Attributes | |
| menuCommon_t | generic |
| char | binding [32] |
| char | altbinding [32] |
| char * | cmd |
| char * | altstatus |
| char menuKeybind_s::altbinding[32] |
Definition at line 265 of file ui.h.
Referenced by keybind_cb(), Keybind_Draw(), Keybind_Init(), and Keybind_Push().
| char* menuKeybind_s::altstatus |
Definition at line 267 of file ui.h.
Referenced by Keybind_DoEnter(), and Keybind_Free().
| char menuKeybind_s::binding[32] |
Definition at line 264 of file ui.h.
Referenced by Keybind_Draw(), Keybind_Init(), and Keybind_Push().
| char* menuKeybind_s::cmd |
Definition at line 266 of file ui.h.
Referenced by keybind_cb(), Keybind_Free(), Keybind_Key(), and Keybind_Push().
| menuCommon_t menuKeybind_s::generic |
Definition at line 263 of file ui.h.
Referenced by keybind_cb(), Keybind_DoEnter(), Keybind_Draw(), Keybind_Free(), Keybind_Init(), Keybind_Key(), and Keybind_Update().