summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/3rdparty/ocornut-imgui/widgets/range_slider.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/3rdparty/ocornut-imgui/widgets/range_slider.h')
-rw-r--r--3rdparty/bgfx/3rdparty/ocornut-imgui/widgets/range_slider.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/bgfx/3rdparty/ocornut-imgui/widgets/range_slider.h b/3rdparty/bgfx/3rdparty/ocornut-imgui/widgets/range_slider.h
new file mode 100644
index 00000000000..a74da43a618
--- /dev/null
+++ b/3rdparty/bgfx/3rdparty/ocornut-imgui/widgets/range_slider.h
@@ -0,0 +1,5 @@
+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