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