Data Fields | |
int | outLen |
char | cmdBuffer [MAXCMDLINE] |
qboolean | timerActive |
qboolean | 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 |
Definition at line 41 of file win_console.c.
char sysConsole_t::cmdBuffer[MAXCMDLINE] |
Buffered input from dedicated console
Definition at line 43 of file win_console.c.
Referenced by Sys_ConsoleEditProc(), and Sys_ConsoleInput().
WNDPROC sysConsole_t::defInputProc |
Definition at line 61 of file win_console.c.
Referenced by Sys_ConsoleEditProc(), Sys_ConsoleInit(), and Sys_ConsoleShutdown().
WNDPROC sysConsole_t::defOutputProc |
Definition at line 60 of file win_console.c.
Referenced by Sys_ConsoleEditProc(), Sys_ConsoleInit(), and Sys_ConsoleShutdown().
If true, flash error message to red
Definition at line 45 of file win_console.c.
Referenced by Sys_ConsoleProc().
HBRUSH sysConsole_t::hBrushInput |
Definition at line 59 of file win_console.c.
Referenced by Sys_ConsoleInit(), Sys_ConsoleProc(), and Sys_ConsoleShutdown().
HBRUSH sysConsole_t::hBrushMsg |
Definition at line 57 of file win_console.c.
Referenced by Sys_ConsoleInit(), Sys_ConsoleProc(), and Sys_ConsoleShutdown().
HBRUSH sysConsole_t::hBrushOutput |
Definition at line 58 of file win_console.c.
Referenced by Sys_ConsoleInit(), Sys_ConsoleProc(), and Sys_ConsoleShutdown().
HFONT sysConsole_t::hFont |
Definition at line 55 of file win_console.c.
Referenced by Sys_ConsoleInit(), and Sys_ConsoleShutdown().
HFONT sysConsole_t::hFontBold |
Definition at line 56 of file win_console.c.
Referenced by Sys_ConsoleInit(), and Sys_ConsoleShutdown().
HWND sysConsole_t::hWnd |
Definition at line 48 of file win_console.c.
Referenced by Sys_ConsoleInit(), Sys_ConsoleProc(), Sys_ConsoleShutdown(), Sys_Error(), and Sys_ShowConsole().
Definition at line 50 of file win_console.c.
Referenced by Sys_ConsoleInit(), and Sys_ConsoleProc().
Definition at line 49 of file win_console.c.
Referenced by Sys_ConsoleInit(), and Sys_ConsoleProc().
Definition at line 53 of file win_console.c.
Referenced by Sys_ConsoleEditProc(), Sys_ConsoleInit(), Sys_ConsoleProc(), Sys_ConsoleShutdown(), Sys_Error(), and Sys_ShowConsole().
Definition at line 54 of file win_console.c.
Referenced by Sys_ConsoleInit(), Sys_ConsoleProc(), and Sys_Error().
Definition at line 52 of file win_console.c.
Referenced by Sys_ConsoleEditProc(), Sys_ConsoleInit(), Sys_ConsoleOutput(), Sys_ConsoleProc(), Sys_ConsoleShutdown(), and Sys_ShowConsole().
Definition at line 51 of file win_console.c.
Referenced by Sys_ConsoleInit(), and Sys_ConsoleProc().
To keep track of output buffer len
Definition at line 42 of file win_console.c.
Referenced by Sys_ConsoleOutput().
Timer is active (for fatal errors)
Definition at line 44 of file win_console.c.
Referenced by Sys_ConsoleShutdown(), and Sys_Error().