AbstractSlider

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

decrement
void decrement()
Undocumented in source. Be warned that the author may not have intended to support it.
drawImpl
void drawImpl(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
increment
void increment()
Undocumented in source. Be warned that the author may not have intended to support it.
isPressed
bool isPressed()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()

Length of the range.

press
void press()
Undocumented in source. Be warned that the author may not have intended to support it.
resizeImpl
void resizeImpl(Vector2 space)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

minStepDistance
enum minStepDistance;
Undocumented in source.
railWidth
enum railWidth;
Undocumented in source.

Variables

firstStepX
float firstStepX;

Position of the first step hitbox on the X axis.

handle
SliderHandle handle;

Handle of the slider.

index
size_t index;

Index/current position of the slider.

stepDistance
float stepDistance;

Distance between each step

Meta