View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#14
Originally Posted by haliava View Post
I'd like to use it with on-screen keyboard as well - have no problem with that.
Sadly I do have problem with that :-) You can't use system (GTK based) virtual keyboard in SDL based program (i.e. scummvm) and even if you could, it is not very practical since it takes a lot of screen space on the bottom needed for game. Either scummvm need to have true Maemo backend based on GTK instead of current SDL based one (=lot of work and it would look bad) or virtual keyboard need to be implemented inside scummvm (preferably on left/right side in unused space) which is a lot of work too.