RotaryVelocityTracker

A wrapper around VelocityTracker1D to provide support for rotary input.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Retrieve the last computed velocity.

Functions

Link copied to clipboard
fun end()

Stop tracking motion.

Link copied to clipboard
fun move(currentTime: Long, delta: Float)

Continue tracking motion as the input rotates.

Link copied to clipboard
fun start(currentTime: Long)

Start tracking motion.