| 200 | } |
| 201 | |
| 202 | int32_t menu::Settings::CBOnPostCreate(const char *elementId, paf::ui::Widget *widget) |
| 203 | { |
| 204 | return SCE_OK; |
| 205 | } |
| 206 | |
| 207 | int32_t menu::Settings::CBOnPress(const char *elementId, const char *newValue) |
| 208 | { |
nothing calls this directly
no outgoing calls
no test coverage detected