MCPcopy 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
272const char * PlatformWindowSDL::getCaption()
273{
274 return StringTable->insert( SDL_GetWindowTitle(mWindowHandle) );
275}
276
277void PlatformWindowSDL::setFocus()
278{

Callers 2

refreshMethod · 0.45
updateMethod · 0.45

Calls 2

SDL_GetWindowTitleFunction · 0.85
insertMethod · 0.45

Tested by 2

refreshMethod · 0.36
updateMethod · 0.36