C4 Engine
C4 Engine API Documentation

Action::HandleSliderUpdate

Defined in:  C4Input.h
Called when an associated input control has new slider data.
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

Action::HandleEngage

Action::HandleDisengage

Action::HandleAxisUpdate

Action::HandleDirectionalUpdate