pub fn input_float_with_format( label: impl Into<String>, value: &mut f32, step: f32, step_fast: f32, format: impl Into<String>, flags: InputTextFlags, ) -> bool
Renders a float input with a custom format.