MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetTitle

Method GetTitle

Source/Engine/Platform/SDL/SDLWindow.cpp:861–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859#endif
860
861String SDLWindow::GetTitle() const
862{
863 return String(SDL_GetWindowTitle(_window));
864}
865
866void SDLWindow::SetTitle(const StringView& title)
867{

Callers 1

UWPWindowMethod · 0.45

Calls 1

StringClass · 0.50

Tested by

no test coverage detected