MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / setWindowTitle

Method setWindowTitle

src/Abyss/AbyssEngine.cpp:371–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369SDL_Renderer *AbyssEngine::getRenderer() { return _renderer.get(); }
370
371void AbyssEngine::setWindowTitle(const std::string_view title) const { SDL_SetWindowTitle(_window.get(), title.data()); }
372
373void AbyssEngine::playVideo(const std::string_view path) { _videoStream = std::make_unique<Streams::VideoStream>(loadFile(path), std::nullopt); }
374void AbyssEngine::playVideoAndAudio(const std::string_view videoPath, const std::string_view audioPath) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected