bgfx/3rdparty/ocornut-imgui/widgets/range_slider.h

6 lines
206 B
C
Raw Normal View History

2016-12-26 08:07:39 +03:00
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