for some reason I need sliders working in opposite direction
I tried it by rotate the widget.newSlider()
It works by the look… but not in use.
Yes for most cases the sliders are useful as they are, but some special cases need it different:
-
multiplayer game sitting in opposite direction - developer have to turn the widgets on one side
-
“fill” a value by drawing down a slider
for me it would be ok if the sliders would work in 180 degree position
no problem for me to mirror the values, but I need the “fillFrame” on the right side.
Yes, I could make my own sliders …
Any ideas?