| 178 | } |
| 179 | |
| 180 | SelectGameWindow(WindowDesc &desc) : Window(desc), mouse_idle_pos(_cursor.pos) |
| 181 | { |
| 182 | this->CreateNestedTree(); |
| 183 | this->FinishInitNested(0); |
| 184 | this->OnInvalidateData(); |
| 185 | |
| 186 | this->ReadIntroGameViewportCommands(); |
| 187 | } |
| 188 | |
| 189 | void OnRealtimeTick(uint delta_ms) override |
| 190 | { |
nothing calls this directly
no test coverage detected