Range sliders #3771
MrAliSalehi
started this conversation in
Ideas
Range sliders
#3771
Replies: 1 comment
-
Hi, I've looked some time for this feature in EGUI and I'm little surprised that there's so little mentions and requests for this feature. I think that in a such mature data-centered UI like EGUI it's a must-have. I believe it's not a very difficult to create Slider variant for a range of values - or am I missing something? BTW, big thanks to developers for such a great job so far! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im not sure if the title is the correct name for this, and im not sure if it already exist, I looked for it but I didnt find anything.
take a look at this code:
I'm trying to get a
Range
from user, so basically aFrom Number
&To Number
, the provided code "kinda" works but its not really beautiful, its a bit smelly and poor😂.Beta Was this translation helpful? Give feedback.
All reactions