Structsยง
- Drag
Value - A numeric value that you can change by dragging the number. More compact than a
crate::Slider
.
Functionsยง
- clamp_
value_ ๐to_ range - Clamp the given value with careful handling of negative zero, and other corner cases.
- default_
parser ๐ - The default egui parser of numbers.
- get ๐
- parse ๐
- select_
all_ ๐text - Select all text in the
DragValue
text edit widget. - set ๐
Type Aliasesยง
- GetSet
Value ๐ - Combined into one function (rather than two) to make it easier for the borrow checker.
- NumFormatter ๐
- NumParser ๐