UFO: Alien Invasion
sysConsole_t Struct Reference
Collaboration diagram for sysConsole_t:
Collaboration graph

Data Fields

int outLen
 
char cmdBuffer [MAXCMDLINE]
 
bool timerActive
 
bool flashColor
 
HWND hWnd
 
HWND hWndCopy
 
HWND hWndClear
 
HWND hWndQuit
 
HWND hWndOutput
 
HWND hWndInput
 
HWND hWndMsg
 
HFONT hFont
 
HFONT hFontBold
 
HBRUSH hBrushMsg
 
HBRUSH hBrushOutput
 
HBRUSH hBrushInput
 
WNDPROC defOutputProc
 
WNDPROC defInputProc
 

Detailed Description

Definition at line 41 of file win_console.cpp.

Field Documentation

◆ cmdBuffer

char sysConsole_t::cmdBuffer[MAXCMDLINE]

Buffered input from dedicated console

Definition at line 43 of file win_console.cpp.

Referenced by Sys_ConsoleEditProc(), and Sys_ConsoleInput().

◆ defInputProc

WNDPROC sysConsole_t::defInputProc

Definition at line 61 of file win_console.cpp.

Referenced by Sys_ConsoleEditProc(), Sys_ConsoleInit(), and Sys_ConsoleShutdown().

◆ defOutputProc

WNDPROC sysConsole_t::defOutputProc

Definition at line 60 of file win_console.cpp.

Referenced by Sys_ConsoleEditProc(), Sys_ConsoleInit(), and Sys_ConsoleShutdown().

◆ flashColor

bool sysConsole_t::flashColor

If true, flash error message to red

Definition at line 45 of file win_console.cpp.

Referenced by Sys_ConsoleProc().

◆ hBrushInput

HBRUSH sysConsole_t::hBrushInput

Definition at line 59 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), Sys_ConsoleProc(), and Sys_ConsoleShutdown().

◆ hBrushMsg

HBRUSH sysConsole_t::hBrushMsg

Definition at line 57 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), Sys_ConsoleProc(), and Sys_ConsoleShutdown().

◆ hBrushOutput

HBRUSH sysConsole_t::hBrushOutput

Definition at line 58 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), Sys_ConsoleProc(), and Sys_ConsoleShutdown().

◆ hFont

HFONT sysConsole_t::hFont

Definition at line 55 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleShutdown().

◆ hFontBold

HFONT sysConsole_t::hFontBold

Definition at line 56 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleShutdown().

◆ hWnd

HWND sysConsole_t::hWnd

◆ hWndClear

HWND sysConsole_t::hWndClear

Definition at line 50 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleProc().

◆ hWndCopy

HWND sysConsole_t::hWndCopy

Definition at line 49 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleProc().

◆ hWndInput

HWND sysConsole_t::hWndInput

◆ hWndMsg

HWND sysConsole_t::hWndMsg

Definition at line 54 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), Sys_ConsoleProc(), and Sys_Error().

◆ hWndOutput

HWND sysConsole_t::hWndOutput

◆ hWndQuit

HWND sysConsole_t::hWndQuit

Definition at line 51 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleProc().

◆ outLen

int sysConsole_t::outLen

To keep track of output buffer len

Definition at line 42 of file win_console.cpp.

Referenced by Sys_ConsoleOutput().

◆ timerActive

bool sysConsole_t::timerActive

Timer is active (for fatal errors)

Definition at line 44 of file win_console.cpp.

Referenced by Sys_ConsoleShutdown(), and Sys_Error().


The documentation for this struct was generated from the following file: