[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] text input field



How to make a text input field in pygame?
I havent found such a function in all docs.

There's not function for text input built-in. Have a look at http://www.pygame.org/pcr/inputbox/index.php for an example how to write one yourself.

Karl