Slider.this

Create a slider

  1. this()
  2. this(Rectangle area, Texture sliderHead)
    struct Slider
    @nogc nothrow
    this

Parameters

area Rectangle

The region the slider can move around in

sliderHead Texture

The image to draw where the slider is currently pointing

Meta