hgeGUISlider::SetValue
Changes the current slider's position.
void SetValue(
float fVal
);
Parameters
- fVal
- The new value for the slider. The value is automatically clamped to the range
set with SetMode function.
Requirements
Header: hgeguictrls.h
Import library: hgehelp.lib
|