- file:
src/widget/seekbar.rs
- supports ranges, values, and optional value display
- file:
src/widget/drag_value.rs
- horizontal dragging changes a numeric value
- file:
src/widget/select.rs
- dropdown selection with disabled options and basic keyboard handling
- file:
src/widget/text_field.rs
- text input with cursor blink and focus logic
- runtime coverage: included by default through
UnivisWidgetPlugin
- dedicated plugin:
UnivisTextFieldPlugin when composing a narrower widget surface
- use
cargo run --example widgets_inputs for UTextField, USelect, UDragValue, and USeekBar