()
| 171 | } |
| 172 | |
| 173 | private update(): void{ |
| 174 | // Erase everything |
| 175 | this.renderArea.resetAllButSize(); |
| 176 | |
| 177 | // The "Configuration" text |
| 178 | this.drawConfigurationText(0, 0); |
| 179 | |
| 180 | // Language selection |
| 181 | this.drawCfgLanguage(0, 8); |
| 182 | |
| 183 | // Invert colors checkbox |
| 184 | this.drawCfgInvertColors(0, 12); |
| 185 | |
| 186 | // "About" section |
| 187 | this.drawAbout(0, 18); |
| 188 | } |
| 189 | } |
no test coverage detected