UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
sysConsole_t Struct Reference

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

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().

WNDPROC sysConsole_t::defInputProc

Definition at line 61 of file win_console.cpp.

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

WNDPROC sysConsole_t::defOutputProc

Definition at line 60 of file win_console.cpp.

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

bool sysConsole_t::flashColor

If true, flash error message to red

Definition at line 45 of file win_console.cpp.

Referenced by Sys_ConsoleProc().

HBRUSH sysConsole_t::hBrushInput

Definition at line 59 of file win_console.cpp.

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

HBRUSH sysConsole_t::hBrushMsg

Definition at line 57 of file win_console.cpp.

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

HBRUSH sysConsole_t::hBrushOutput

Definition at line 58 of file win_console.cpp.

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

HFONT sysConsole_t::hFont

Definition at line 55 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleShutdown().

HFONT sysConsole_t::hFontBold

Definition at line 56 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleShutdown().

HWND sysConsole_t::hWnd
HWND sysConsole_t::hWndClear

Definition at line 50 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleProc().

HWND sysConsole_t::hWndCopy

Definition at line 49 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleProc().

HWND sysConsole_t::hWndInput
HWND sysConsole_t::hWndMsg

Definition at line 54 of file win_console.cpp.

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

HWND sysConsole_t::hWndOutput
HWND sysConsole_t::hWndQuit

Definition at line 51 of file win_console.cpp.

Referenced by Sys_ConsoleInit(), and Sys_ConsoleProc().

int sysConsole_t::outLen

To keep track of output buffer len

Definition at line 42 of file win_console.cpp.

Referenced by Sys_ConsoleOutput().

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: