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

Method keyboard

3ds/source/ScriptScreen.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242std::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
248int ScriptScreen::numpad(const std::string& prompt, int min, int max)
249{

Callers 2

chooseBackupDstFunction · 0.45
pumpScriptRequestsFunction · 0.45

Calls 2

getFunction · 0.85
textMethod · 0.45

Tested by

no test coverage detected