Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ show
Method
show
Engine/source/windowManager/sdl/sdlWindow.cpp:453–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
451
}
452
453
void PlatformWindowSDL::show()
454
{
455
if (mOffscreenRender)
456
return;
457
458
SDL_ShowWindow( mWindowHandle );
459
}
460
461
void PlatformWindowSDL::close()
462
{
Callers
13
jquery.js
File · 0.45
toggleVisibility
Function · 0.45
toggleLevel
Function · 0.45
toggleFolder
Function · 0.45
main
Function · 0.45
HandleReopenMessage
Function · 0.45
HandleEvent
Function · 0.45
onCreate
Method · 0.45
messageboxCreateAndShow
Method · 0.45
run
Method · 0.45
doMainLoop
Method · 0.45
onAdd
Method · 0.45
Calls
1
SDL_ShowWindow
Function · 0.85
Tested by
no test coverage detected