| 294 | } |
| 295 | |
| 296 | void clearButton() |
| 297 | { |
| 298 | for (auto& iter : mVectorButton) |
| 299 | WidgetManager::getInstance().destroyWidget(iter); |
| 300 | mVectorButton.clear(); |
| 301 | } |
| 302 | |
| 303 | /*void onKeyButtonPressed(KeyCode _key, Char _char) |
| 304 | { |
nothing calls this directly
no test coverage detected