VSliderScalarEx

Undocumented in source. Be warned that the author may not have intended to support it.
version(has_imgui)
@nogc nothrow @trusted
bool
VSliderScalarEx
(
scope const(char)* label
,
ImVec2 size
,
ImGuiDataType data_type
,
scope void* p_data
,
scope void* p_min
,
scope void* p_max
,
scope const(char)* format
,
ImGuiSliderFlags flags
)

Meta