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

Method isMinimized

Engine/source/gui/containers/guiWindowCtrl.cpp:1492–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1490//-----------------------------------------------------------------------------
1491
1492bool GuiWindowCtrl::isMinimized(S32 &index)
1493{
1494 index = mMinimizeIndex;
1495 return mMinimized && mVisible;
1496}
1497
1498//-----------------------------------------------------------------------------
1499

Callers 2

DefineEngineMethodFunction · 0.45
onMouseUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected