AngleManager

A class that implements the IAngleManager interface is able to convert the sliding of any physical/virtual device/control into a positive double value that represents an angle.

Functions

Link copied to clipboard
abstract fun dec(value: Double)
Decreases the total amount of slides.
Link copied to clipboard
abstract fun getAngle(): Double
Gets the angle.
Link copied to clipboard
abstract fun inc(value: Double)
Increases the total amount of slides.