on_screen_keyboard: Ya se pueden añadir y quitar caracteres al texto de salida

This commit is contained in:
2023-05-28 18:33:52 +02:00
parent 921f9d2606
commit 120c3791cf
3 changed files with 41 additions and 17 deletions

View File

@@ -243,7 +243,7 @@ void initText()
// Inicializa el teclado en pantalla
void initOnScreenKeyboard()
{
osk = new OnScreenKeyboard(renderer, input, asset->get("notify.png"), asset->get("smb2.png"), asset->get("smb2.txt"), options, options->screen.nativeWidth - 30, options->screen.nativeHeight - 80);
osk = new OnScreenKeyboard(renderer, input, asset->get("smb2.png"), asset->get("smb2.txt"), options, options->screen.nativeWidth - 30, options->screen.nativeHeight - 80, "JailDesigner");
osk->setBgColor({123, 99, 63});
osk->setCaption("JAILER_ID");
osk->setChars(USE_UPPER | USE_LOWER | USE_NUMBER);