Expand description
Number input with pattern.
- Undo/redo
- Clipboard trait to link to some clipboard implementation.
Structs§
- NumberInput with format_num_pattern backend. A bit similar to javas DecimalFormat.
- State & event handling.
Functions§
- Handle all events. Text events are only processed if focus is true. Mouse events are processed if they are in range.
- Handle only mouse-events.
- Handle only navigation events. Text events are only processed if focus is true. Mouse events are processed if they are in range.