Action::HandleSliderUpdate
Defined in:
Called when an associated input control has new slider data.
C4Input.h
Prototype
virtual void HandleSliderUpdate(float value);
Parameters
value |
The new control data. |
Description
The HandleSliderUpdate
function is called when the position of an analog slider control to which the action object is assigned is changed by the user. The value parameter is in the range [0.0F, 1.0F].
See Also