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