Slider whose value can be changed #6087
Replies: 2 comments
|
It's not totally clear exactly what you're asking for. A doodle or an example of where you've seen the widget you have in mind somewhere else would help a lot. Just about every widget in Dear ImGui is featured in the official demo, you should look through it to see if something meets your needs. (Although based on your description nothing comes to mind.) (As an aside, the discussions category should not be used for this sort of question.) |
|
I seemingly can understand the question but simultaneously I don't understand your issue. Note that |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there a possibility to create a slider whose interval could be changed during render time?
For example the initial values are from 0.0 to 1.0, but the user would like to change it from -1 to 11.1.
Is there such an in-built method?
All reactions