imgui
imgui copied to clipboard
Question: Does ImGui support ranged sliders?
Version/Branch of Dear ImGui:
Version 1.89.4
Back-ends:
Custom
Compiler, OS:
Windows, Linux, MacOS
Full config/build information:
n/a
Details:
My Question:
Does ImGui support ranged sliders like this?
The only thing I found was the DragFloatRange2/DragIntRange2 functions, which, if I'm looking at the right demo page/controls, appear as two sliders side by side.
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
n/a
Nope, there's no standard control for it yet you'd have to write one. It's actually one of our oldest open issue: #76