Direct Slider Audio

Hi All,

Is it possible to change the mouse over/click event audio on the direct slider?

Thanks,
Kory

Certainly, like with all directgui objects:

object.bind(DGG.ENTER, functionname) # or DGG.EXIT

There’s also DGG.ADJUST for sliders.