Control slider with joystick

Hey all. I’m trying to use a joystick as input for a slider where a left movement pushes the slider marker to the left and vice versa. It seems that ratingScale only accepts keypress input and doesn’t allow for the setting of the marker position though code? I tried using the newer Slider component, but I was having problems using that with pygame (as pyglet is apparently not working well with the Joystick component). Any suggestions? Should I just write a custom control?

Hi @infiniteline, any chance you managed to do so? I am also trying to build a similar experiment.