Make Radial Slider Spin Infinitely like a Knob

Hello, so I have this Radial Slider and I was wondering how I could make it spin multiple times like some sort of knob instead of having it reach a limit.

Is there a solution that does not involve coding my own widget element from scratch in C++ ?

Thanks

Screenshot 2024-03-20 at 09.32.56

1 Like

Whatever the rotation currently is, you can just keep adding or subtracting rotation

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.