You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: