Function egui::widgets::drag_value::default_parser

source ยท
fn default_parser(text: &str) -> Option<f64>
Expand description

The default egui parser of numbers.

It ignored whitespaces anywhere in the input, and treats the special minus character (U+2212) as a normal minus.