pygame-text-input icon indicating copy to clipboard operation
pygame-text-input copied to clipboard

With pygame and pygame_textinput installed, couldn't get the second example to work

Open ca-123321 opened this issue 2 years ago • 0 comments

until adding "from pygame_textinput import *"

Happy to do a pull request, but I'm new-ish to python/pygame/git, so I might be missing something

People might be coming to pygame relatively new to python so it would be good to have examples fully working without any changes. On that note, it would be nice to have a bare-bones example of actually using input after hitting enter. A parse(text) method that just prints "Parsing: <textinput.value>" and then resets textinput.value to an empty string

ca-123321 avatar Oct 01 '23 23:10 ca-123321