-1

I made a script with python and pygame. However, I found there are no method in pygame which can provide button or text for giving user input. I just want to make a start, stop, reset button, and with text field floating along the pygame windows to hold user input before the start of the program.

What can I use to take such user input? I don't want to use a config file. Thanks.

lamwaiman1988
  • 3,729
  • 15
  • 55
  • 87
  • see my answer to a question like this for pyglet: http://stackoverflow.com/questions/7484924/where-is-the-button-widget-in-pyglet/7485069#7485069 the same is valid in pygame too. – sinan Nov 26 '11 at 19:10

1 Answers1

0

I guess that's what you need:

http://www.pygame.org/ftp/contrib/input.html

Sam Felix
  • 1,329
  • 1
  • 10
  • 23