MCPcopy 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
510void cWindow::SetWindowTitle( const std::string& pWindowTitle ) {
511
512 SDL_SetWindowTitle( mWindow, pWindowTitle.c_str() );
513}
514
515void cWindow::SetWindowSize( const int pMultiplier ) {
516

Callers 1

WindowTitleSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected