| 240 | } |
| 241 | |
| 242 | std::string ScriptScreen::keyboard(const std::string& prompt, size_t maxChars) |
| 243 | { |
| 244 | // swkbd runs on the main thread - the reason the bridge exists. |
| 245 | return KeyboardManager::get().text("", prompt, maxChars); |
| 246 | } |
| 247 | |
| 248 | int ScriptScreen::numpad(const std::string& prompt, int min, int max) |
| 249 | { |
no test coverage detected