MCPcopy 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
624const UTF16 *PlatformWindowSDL::getWindowClassName()
625{
626 // TODO SDL
627 static String str("WindowClassName");
628 return str.utf16();
629}
630
631const UTF16 *PlatformWindowSDL::getCurtainWindowClassName()
632{

Callers

nothing calls this directly

Calls 1

utf16Method · 0.45

Tested by

no test coverage detected