Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
516
bool SettingsWindow::onCancelSettings(const CEGUI::EventArgs&)
517
{
518
initConfig();
519
hide();
520
return true;
521
}
522
523
bool SettingsWindow::onApplySettings(const CEGUI::EventArgs&)
524
{
Callers
1
toggleSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected