AbstractSlideInputManager

ASlideInputManager is the base class for any class whose aim is to handle the the sliding of any physical/virtual device/control.

Inheritors

Constructors

Link copied to clipboard
constructor(initialValue: Double, min: Double, max: Double)
Creates a new ASlideInputManager with the value in input.

Functions

Link copied to clipboard
fun dec(val: Double)
Decreases the total amount of slides.
Link copied to clipboard
fun inc(val: Double)
Increases the total amount of slides.