Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Panzerschrek/Chasm-Reverse
/ SetTitle
Method
SetTitle
PanzerChasm/system_window.cpp:604–607 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
602
}
603
604
void SystemWindow::SetTitle( const std::string& title )
605
{
606
SDL_SetWindowTitle( window_, title.c_str() );
607
}
608
609
void SystemWindow::GetInput( SystemEvents& out_events )
610
{
Callers
6
ConnectToServer
Method · 0.80
StartServer
Method · 0.80
DoVidRestart
Method · 0.80
DoRunLevel
Method · 0.80
DoLoad
Method · 0.80
ClearBeforeGameStart
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected