float UI::DragFloat(const string&in label, float num, float speed = 1.0f, float min = 0, float max = 0, const string&in format = "%.3f", int flags = UI::SliderFlags::None)
Drag slider for floats. Returns the new value. If min >= max, there are no bounds.
float