MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / onCancelSettings

Method onCancelSettings

source/modes/SettingsWindow.cpp:516–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516bool SettingsWindow::onCancelSettings(const CEGUI::EventArgs&)
517{
518 initConfig();
519 hide();
520 return true;
521}
522
523bool SettingsWindow::onApplySettings(const CEGUI::EventArgs&)
524{

Callers 1

toggleSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected