MCPcopy 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
604void SystemWindow::SetTitle( const std::string& title )
605{
606 SDL_SetWindowTitle( window_, title.c_str() );
607}
608
609void SystemWindow::GetInput( SystemEvents& out_events )
610{

Callers 6

ConnectToServerMethod · 0.80
StartServerMethod · 0.80
DoVidRestartMethod · 0.80
DoRunLevelMethod · 0.80
DoLoadMethod · 0.80
ClearBeforeGameStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected