DrawSlider

The DrawSlider struct represents the drawable properties of a slider, including its position and type. It builds upon the DrawQuad base to provide customized slider visuals.

Properties

decoratenametypedescription
derefdraw_superDrawQuadBase properties for drawing the quad.
liveslide_posf32Position of the slider on its axis.
liveslider_typeSliderTypeType of the slider (horizontal, vertical, rotary).

See SliderType