static bool SettingSlider(const char *a_label, T &a_sliderVariable, const T &a_sliderMin, const T &a_sliderMax, const char *a_sliderFormat, const char *a_helpText, const float a_sliderWidth=200.0f, const std::function< void(T)> &a_onSliderChanged=nullptr)
Template to easily set up a slider with help text and have it optionally run a function if the slider...
Definition st-ui.h:42