MCPcopy 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
453void PlatformWindowSDL::show()
454{
455 if (mOffscreenRender)
456 return;
457
458 SDL_ShowWindow( mWindowHandle );
459}
460
461void PlatformWindowSDL::close()
462{

Callers 13

jquery.jsFile · 0.45
toggleVisibilityFunction · 0.45
toggleLevelFunction · 0.45
toggleFolderFunction · 0.45
mainFunction · 0.45
HandleReopenMessageFunction · 0.45
HandleEventFunction · 0.45
onCreateMethod · 0.45
runMethod · 0.45
doMainLoopMethod · 0.45
onAddMethod · 0.45

Calls 1

SDL_ShowWindowFunction · 0.85

Tested by

no test coverage detected