![]() |
• Input Manager | ||
|
API Links
Developer Links
|
class SliderControlDefined in:
Encapsulates a slider input control.
C4Input.hDefinition
Description
The SliderControl class represents an input control that uses a one-way axis, or slider.If an action is assigned to a SliderControl object, then the action's Action::Update function is called when the position of the slider changes. The value passed to the Update function is normalized to the range [0.0F, 1.0F].
Base Classes
See Also
|