UFO: Alien Invasion
|
#include <ui_nodes.h>
Data Fields | |
vec2_t | pos |
vec2_t | size |
struct uiExcludeRect_s * | next |
Definition at line 41 of file ui_nodes.h.
struct uiExcludeRect_s* uiExcludeRect_s::next |
next exclude rect used by the node
Definition at line 47 of file ui_nodes.h.
Referenced by UI_GetNodeInTreeAtPosition(), and UI_ParseExcludeRect().
vec2_t uiExcludeRect_s::pos |
position of the exclude rect relative to node position
Definition at line 43 of file ui_nodes.h.
vec2_t uiExcludeRect_s::size |
size of the exclude rect
Definition at line 45 of file ui_nodes.h.