Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
861
String SDLWindow::GetTitle() const
862
{
863
return String(SDL_GetWindowTitle(_window));
864
}
865
866
void SDLWindow::SetTitle(const StringView& title)
867
{
Callers
1
UWPWindow
Method · 0.45
Calls
1
String
Class · 0.50
Tested by
no test coverage detected