Function arc_util::ui::render::input_float_with_format
source · 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
Expand description
Renders a float input with a custom format.