Expand description
Text-Input widget.
See rat-text
Structs§
- Text
Input - Text input widget.
- Text
Input State - State for TextInput.
Functions§
- handle_
events - Handle all events. Text events are only processed if focus is true. Mouse events are processed if they are in range.
- handle_
mouse_ events - Handle only mouse-events.
- handle_
readonly_ events - Handle only navigation events. Text events are only processed if focus is true. Mouse events are processed if they are in range.