MCPcopy Create free account
hub / github.com/TurningWheel/Barony / buttonSettingsOK

Function buttonSettingsOK

src/menu.cpp:11246–11253  ·  view source on GitHub ↗

settings okay button

Source from the content-addressed store, hash-verified

11244
11245// settings okay button
11246void buttonSettingsOK(button_t* my)
11247{
11248 buttonSettingsAccept(my);
11249 if ( !confirmResolutionWindow )
11250 {
11251 buttonCloseSubwindow(my);
11252 }
11253}
11254
11255// next score button (statistics window)
11256void buttonScoreNext(button_t* my)

Callers

nothing calls this directly

Calls 2

buttonSettingsAcceptFunction · 0.85
buttonCloseSubwindowFunction · 0.70

Tested by

no test coverage detected