PDA

View Full Version : PyGame Virtual Keyboard


tonymaro
08-26-2007, 01:52 PM
I just posted a Python widget that allows full screen PyGame applications to use a virtual keyboard for text input. As I'm sure everyone knows, when you're running a full screen SDL application, you lose access to the Maemo virtual keyboard.

It's very basic, but is perfect for things like entering a name for high scores, etc.

http://tony.maro.net/ossramblings/virtkey.php
(http://tony.maro.net/ossramblings/virtkey.php)

fpp
08-26-2007, 02:11 PM
Very nice, thanks !

unique311
08-26-2007, 03:40 PM
you manage to get that going. An onscreen controller, can we expect that next.
I like the transparency on the keyboard.

konttori
08-26-2007, 05:30 PM
great stuff! Thanks a lot!

zeez
08-26-2007, 06:10 PM
Thanks ! Great help !

ysss
08-26-2007, 09:45 PM
Thank you, thank you, thank you.