Uses of Class
tripleplay.ui.Slider

Packages that use Slider
Package
Description
 
  • Uses of Slider in tripleplay.ui

    Methods in tripleplay.ui that return Slider
    Modifier and Type
    Method
    Description
    Slider.setIncrement(float increment)
    Constrains the possible slider values to the given increment.
    Methods in tripleplay.ui that return types with arguments of type Slider
    Modifier and Type
    Method
    Description
    react.SignalView<Slider>
    Slider.clicked()
    A signal that is emitted when the user has released their finger/pointer after having started adjusting the slider.