void EZ_SetSliderValue(EZ_Widget *slider, float value)
This function alters current value of a slider. It can also be used to set the initial value of a slider.
float EZ_GetSliderValue(EZ_Widget *slider)
This function returns the value represented by the slider.