Slider

A slider that can be moved along a horizontal axis

Constructors

this
this()
Undocumented in source.
this
this(Rectangle area, Texture sliderHead)

Create a slider

Members

Functions

draw
float draw(Window window, float current)

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

Variables

area
Rectangle area;
Undocumented in source.
slider
Texture slider;
Undocumented in source.

Meta