DragFloatRange2Ex

Undocumented in source. Be warned that the author may not have intended to support it.
version(has_imgui)
@nogc nothrow @trusted
bool
DragFloatRange2Ex
(
scope const(char)* label
,
scope float* v_current_min
,
scope float* v_current_max
,
float v_speed
,
float v_min
,
float v_max
,
scope const(char)* format
,
scope char* format_max
,
ImGuiSliderFlags flags
)

Meta