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

Method IsIgnorableModule

Source/Push2Control.cpp:2150–2153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2148}
2149
2150bool Push2Control::IsIgnorableModule(IDrawableModule* module)
2151{
2152 return module == TheTitleBar || module == TheSaveDataPanel || module == TheQuickSpawnMenu || module == TheSynth->GetUserPrefsEditor() || module == TheQuickSpawnMenu->GetMainContainerFollower();
2153}
2154
2155std::vector<IDrawableModule*> Push2Control::SortModules(std::vector<IDrawableModule*> modules)
2156{

Callers

nothing calls this directly

Calls 2

GetUserPrefsEditorMethod · 0.80

Tested by

no test coverage detected