| 234 | } |
| 235 | |
| 236 | void KeyboardMapMenu::dismiss() { |
| 237 | editing = -1; |
| 238 | notifyBzfKeyMapChanged(); |
| 239 | } |
| 240 | |
| 241 | void KeyboardMapMenu::resize(int _width, int _height) { |
| 242 | HUDDialog::resize(_width, _height); |
nothing calls this directly
no test coverage detected