How to make Slider nodes continually update with controller?

Godot Engine v4.2.2.stable.official.15073afe3

Question

Pretty much what the title says. I’ve found similar posts to this online but have not understood any of them. How can I make it so that my HSlider nodes continually update when inputting left or right on controller? Is this something I would have to manually code in?

With focus on the slider, left/right on ui_left / ui_right should keep stepping while you hold. You shouldn’t need custom code for that.

On 4.2.2, stick-hold repeat is buggy: it often moves once and stops. D-pad is usually fine. That got fixed in later +4.2, so upgrading helps.

If you’re stuck on 4.2, yeah, you’ll have to change value yourself while the slider is focused and the action is held.