MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / ToggleMinimized

Method ToggleMinimized

Source/IDrawableModule.cpp:1097–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095}
1096
1097void IDrawableModule::ToggleMinimized()
1098{
1099 mMinimized = !mMinimized;
1100 if (mMinimized)
1101 {
1102 if (TheSaveDataPanel->GetModule() == this)
1103 TheSaveDataPanel->SetModule(nullptr);
1104 }
1105}
1106
1107void IDrawableModule::TogglePinned()
1108{

Callers 1

MouseReleasedMethod · 0.80

Calls 2

GetModuleMethod · 0.80
SetModuleMethod · 0.80

Tested by

no test coverage detected