UFO: Alien Invasion
ui_main.h File Reference
#include "ui_data.h"
#include "ui_windows.h"
Include dependency graph for ui_main.h:

Go to the source code of this file.

Functions

void UI_Init (void)
 
void UI_Shutdown (void)
 Reset and free the UI data hunk. More...
 
void UI_Reinit (void)
 
void UI_ExecuteConfunc (const char *fmt,...) __attribute__((format(__printf__
 
void int UI_DebugMode (void)
 Get the current debug mode (0 mean disabled) More...
 

Function Documentation

◆ UI_DebugMode()

void int UI_DebugMode ( void  )

Get the current debug mode (0 mean disabled)

See also
UI_DisplayNotice

Definition at line 52 of file ui_main.cpp.

References cvar_t::integer.

Referenced by UI_Draw(), and UI_GetNodeInTreeAtPosition().

◆ UI_ExecuteConfunc()

void UI_ExecuteConfunc ( const char *  fmt,
  ... 
)

◆ UI_Init()

◆ UI_Reinit()

void UI_Reinit ( void  )

Reinit input and font

Definition at line 191 of file ui_main.cpp.

References UI_InitFonts(), UI_InvalidateMouse(), and UI_ReleaseInput().

Referenced by UI_Restart_f(), and VID_Restart_f().

◆ UI_Shutdown()