Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
514
void C_NewModeAdjust ()
515
{
516
C_InitConsole (screen->GetWidth(), screen->GetHeight(), true);
517
C_FlushDisplay ();
518
C_AdjustBottom ();
519
}
520
521
int consoletic = 0;
522
void C_Ticker()
Callers
2
V_OutputResized
Function · 0.85
V_Init2
Function · 0.85
Calls
5
C_InitConsole
Function · 0.85
C_FlushDisplay
Function · 0.85
C_AdjustBottom
Function · 0.85
GetWidth
Method · 0.45
GetHeight
Method · 0.45
Tested by
no test coverage detected