Doc update.

This commit is contained in:
Talin 2025-07-08 09:53:23 -07:00
parent 76dc3d4d68
commit 9d6069b3fe

View File

@ -40,7 +40,8 @@ pub enum TrackClick {
/// A headless slider widget, which can be used to build custom sliders. Sliders have a value
/// (represented by the [`SliderValue`] component) and a range (represented by [`SliderRange`]). An
/// optional step size can be specified via [`SliderStep`].
/// optional step size can be specified via [`SliderStep`], and you can control the rounding
/// during dragging with [`SliderPrecision`].
///
/// You can also control the slider remotely by triggering a [`SetSliderValue`] event on it. This
/// can be useful in a console environment for controlling the value gamepad inputs.