Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getCaption
Method
getCaption
Engine/source/windowManager/sdl/sdlWindow.cpp:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
const char * PlatformWindowSDL::getCaption()
273
{
274
return StringTable->insert( SDL_GetWindowTitle(mWindowHandle) );
275
}
276
277
void PlatformWindowSDL::setFocus()
278
{
Callers
2
refresh
Method · 0.45
update
Method · 0.45
Calls
2
SDL_GetWindowTitle
Function · 0.85
insert
Method · 0.45
Tested by
2
refresh
Method · 0.36
update
Method · 0.36