on_screen_keyboard: Se empiezan a dibujar algunas teclas en pantalla
This commit is contained in:
1
main.cpp
1
main.cpp
@@ -246,6 +246,7 @@ 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->setBgColor({123, 99, 63});
|
||||
osk->setCaption("JAILER_ID");
|
||||
osk->setChars(USE_UPPER | USE_NUMBER);
|
||||
}
|
||||
|
||||
// Inicializa el sprite
|
||||
|
||||
Reference in New Issue
Block a user