bgfx/3rdparty/ocornut-imgui/widgets/range_slider.h
2016-12-25 21:07:39 -08:00

6 lines
206 B
C++

namespace ImGui
{
IMGUI_API bool RangeSliderFloat(const char* label, float* v1, float* v2, float v_min, float v_max, const char* display_format = "(%.3f, %.3f)", float power = 1.0f);
} // namespace ImGui