| 189 | } |
| 190 | |
| 191 | bool MenuModeMain::toggleSettings(const CEGUI::EventArgs&) |
| 192 | { |
| 193 | if (mSettings.isVisible()) |
| 194 | mSettings.onCancelSettings(); |
| 195 | else |
| 196 | mSettings.show(); |
| 197 | return true; |
| 198 | } |
| 199 | |
| 200 | bool MenuModeMain::toggleSkirmishSubMenu(const CEGUI::EventArgs&) |
| 201 | { |
nothing calls this directly
no test coverage detected