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