Input
Input([value, [max_length]]) - Input widgetCreates an HTML like input field.
Arguments
- value
- The initial value of the input (defaults to "").
- max_length
- The maximum number of character that can be put into the Input.
Input.font
Input.font -> pygame.FontThe font that this input is using.