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