Module egui::widgets::drag_value
source ยท Structsยง
- 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 ๐
- set ๐
Type Aliasesยง
- GetSet
Value ๐Combined into one function (rather than two) to make it easier for the borrow checker. - NumFormatter ๐
- NumParser ๐