mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
... and drawing of the string. All done
This commit is contained in:
parent
f6dc84ce30
commit
c7f2c6e943
@ -247,6 +247,12 @@ const char *VirtualKeyboard::get_string()
|
||||
cnt++;
|
||||
if (cnt >= sizeof(this->buf))
|
||||
return this->buf;
|
||||
|
||||
/* SDL_Flip is done in get_key_internal() */
|
||||
SDL_FillRect(this->screen, 0, SDL_MapRGB(screen->format, 0x00, 0x80, 0x80));
|
||||
menu_print_font(this->screen, this->font, 255, 255, 0,
|
||||
40, screen->h - 50,
|
||||
this->buf);
|
||||
}
|
||||
|
||||
/* Not reachable */
|
||||
|
Loading…
Reference in New Issue
Block a user