Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
445
void PlatformWindowSDL::hide()
446
{
447
if (mOffscreenRender)
448
return;
449
450
SDL_HideWindow( mWindowHandle );
451
}
452
453
void PlatformWindowSDL::show()
454
{
Callers
8
jquery.js
File · 0.45
closeAnyDelayed
Function · 0.45
showTip
Function · 0.45
toggleVisibility
Function · 0.45
toggleLevel
Function · 0.45
toggleFolder
Function · 0.45
onAdd
Method · 0.45
DefineEngineMethod
Function · 0.45
Calls
1
SDL_HideWindow
Function · 0.85
Tested by
no test coverage detected