MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / dismiss

Method dismiss

src/bzflag/KeyboardMapMenu.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void KeyboardMapMenu::dismiss() {
237 editing = -1;
238 notifyBzfKeyMapChanged();
239}
240
241void KeyboardMapMenu::resize(int _width, int _height) {
242 HUDDialog::resize(_width, _height);

Callers

nothing calls this directly

Calls 1

notifyBzfKeyMapChangedFunction · 0.70

Tested by

no test coverage detected