MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / hide

Method hide

Engine/source/windowManager/sdl/sdlWindow.cpp:445–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void PlatformWindowSDL::hide()
446{
447 if (mOffscreenRender)
448 return;
449
450 SDL_HideWindow( mWindowHandle );
451}
452
453void PlatformWindowSDL::show()
454{

Callers 8

jquery.jsFile · 0.45
closeAnyDelayedFunction · 0.45
showTipFunction · 0.45
toggleVisibilityFunction · 0.45
toggleLevelFunction · 0.45
toggleFolderFunction · 0.45
onAddMethod · 0.45
DefineEngineMethodFunction · 0.45

Calls 1

SDL_HideWindowFunction · 0.85

Tested by

no test coverage detected