MCPcopy Create free account
hub / github.com/ZDoom/Raze / C_NewModeAdjust

Function C_NewModeAdjust

source/common/console/c_console.cpp:514–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514void C_NewModeAdjust ()
515{
516 C_InitConsole (screen->GetWidth(), screen->GetHeight(), true);
517 C_FlushDisplay ();
518 C_AdjustBottom ();
519}
520
521int consoletic = 0;
522void C_Ticker()

Callers 2

V_OutputResizedFunction · 0.85
V_Init2Function · 0.85

Calls 5

C_InitConsoleFunction · 0.85
C_FlushDisplayFunction · 0.85
C_AdjustBottomFunction · 0.85
GetWidthMethod · 0.45
GetHeightMethod · 0.45

Tested by

no test coverage detected