Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Does ImGui support ranged sliders? #8414

Open
crazydef opened this issue Feb 19, 2025 · 1 comment
Open

Question: Does ImGui support ranged sliders? #8414

crazydef opened this issue Feb 19, 2025 · 1 comment

Comments

@crazydef
Copy link

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

@ocornut
Copy link
Owner

ocornut commented Feb 19, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants