class documentation
Shows a text box and handles key events, while rendering them to the UI as typed. Only one line is allowed and RETURN submits the line. Callers should use this like a sprite, then await on the done() future to get the string that was typed.
| Method | __init__ |
Undocumented |
| Method | done |
Undocumented |
| Instance Variable | name |
Undocumented |
| Instance Variable | rect |
Undocumented |
| Method | _on |
Undocumented |
| Method | _render |
Undocumented |
| Instance Variable | _done |
Undocumented |
| Instance Variable | _draggable |
Undocumented |
| Instance Variable | _font |
Undocumented |
| Instance Variable | _padded |
Undocumented |
| Instance Variable | _text |
Undocumented |