|
UFO: Alien Invasion
|
#include <ui_input.h>

Data Fields | |
| uiNode_t * | node |
| const struct value_s * | property |
| int | key |
| const char * | description |
| bool | inherited |
| struct uiKeyBinding_s * | next |
Definition at line 32 of file ui_input.h.
| const char* uiKeyBinding_t::description |
Description of this binding
Definition at line 36 of file ui_input.h.
| bool uiKeyBinding_t::inherited |
True if this binding is inherited from another binding.
Definition at line 37 of file ui_input.h.
| int uiKeyBinding_t::key |
Keynum to catch.
Definition at line 35 of file ui_input.h.
| struct uiKeyBinding_s* uiKeyBinding_t::next |
Next binding from the window list.
Definition at line 38 of file ui_input.h.
| uiNode_t* uiKeyBinding_t::node |
Node target.
Definition at line 33 of file ui_input.h.
| const struct value_s* uiKeyBinding_t::property |
Property target, else nullptr.
Definition at line 34 of file ui_input.h.