MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / keyboard

Method keyboard

switch/source/ScriptScreen.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239std::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
245int ScriptScreen::numpad(const std::string& prompt, int min, int max)
246{

Callers 2

chooseDstMethod · 0.45
startTransferSendMethod · 0.45

Calls 2

getFunction · 0.85
textMethod · 0.45

Tested by

no test coverage detected