UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ui_node_battlescape.cpp File Reference

The battlescape node identify the part of the screen the engine use to render battlescape map. More...

Go to the source code of this file.

Functions

static void UI_SetRenderRect (int x, int y, int width, int height)
 Determine the position and size of the render. More...
 
void UI_RegisterBattlescapeNode (uiBehaviour_t *behaviour)
 

Detailed Description

The battlescape node identify the part of the screen the engine use to render battlescape map.

Todo:
Maybe we should capture the input with it, instead of using client namespace MS_*

Definition in file ui_node_battlescape.cpp.

Function Documentation

void UI_RegisterBattlescapeNode ( uiBehaviour_t behaviour)
static void UI_SetRenderRect ( int  x,
int  y,
int  width,
int  height 
)
static