DragIntRange2Ex

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

Meta