Obtener entrada de teclado

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
2020-10-26 09:56:24 +01:00
parent 698d388b4a
commit 2b7305360d
3 changed files with 14 additions and 6 deletions

View File

@ -14,9 +14,10 @@ void closeUI();
void showCentralInputBox(std::vector<std::string> *textos,
const int8_t *num_box,
std::vector<std::string> *elems);
void showCentralInputBox(std::vector<std::string> *textos,
const int8_t *num_box, std::vector<std::string> *elems,
long title_size);
std::vector<std::string> showCentralInputBox(std::vector<std::string> *textos,
const int8_t *num_box,
std::vector<std::string> *elems,
long title_size);
void showCenterMensaje(std::vector<std::string> *mensaje,
const int8_t *menu_color);
void showTopTitle(const std::vector<std::string> *titulo);