Slider

A slider that can be moved along a horizontal axis

Disabled Default Constructor

A disabled default is present on this object. To use it, use one of the other constructors or a factory function.

Constructors

this
this(in Rectangle area, in Texture sliderHead)

Create a slider

Members

Functions

draw
float draw(ref scope Window window, in float current)

Draw a slider with a given normalized value and return its new value

Meta