imgui icon indicating copy to clipboard operation
imgui copied to clipboard

Question: Does ImGui support ranged sliders?

Open crazydef opened this issue 1 year ago • 1 comments

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?

Image

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

crazydef avatar Feb 19 '25 18:02 crazydef

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

ocornut avatar Feb 19 '25 18:02 ocornut