A slider widget has a handle which can be dragged around to change a value.
A handle widget is a widget which can move around inside its parent.
Parameters: LandWidget * parent, float minval, float maxval, bool vertical, void(* update)(LandWidget *), int x, int y, int w, int h
Returns: LandWidget*
vertical - whether the slider is vertical
Parameters: LandWidget * parent, float minval, float maxval, bool vertical, float * val, int x, int y, int w, int h
Parameters: LandWidget * widget, float dx, float dy
Parameters: LandWidget * super, int set
Either set the value from the slider position, or else update the slider position from the value.
Parameters: LandWidget * super
Parameters: LandWidget * super, float value
Returns: float
no parameters