Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ SetWindowTitle
Method
SetWindowTitle
Source/Window.cpp:510–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
void cWindow::SetWindowTitle( const std::string& pWindowTitle ) {
511
512
SDL_SetWindowTitle( mWindow, pWindowTitle.c_str() );
513
}
514
515
void cWindow::SetWindowSize( const int pMultiplier ) {
516
Callers
1
WindowTitleSet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected