Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getWindowClassName
Method
getWindowClassName
Engine/source/windowManager/sdl/sdlWindow.cpp:624–629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
622
}
623
624
const UTF16 *PlatformWindowSDL::getWindowClassName()
625
{
626
// TODO SDL
627
static String str(
"WindowClassName"
);
628
return str.utf16();
629
}
630
631
const UTF16 *PlatformWindowSDL::getCurtainWindowClassName()
632
{
Callers
nothing calls this directly
Calls
1
utf16
Method · 0.45
Tested by
no test coverage detected