on_screen_keyboard: Ya se pueden añadir y quitar caracteres al texto de salida
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user