connectAngleChanged

fun connectAngleChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (angle: Double, angleDelta: Double) -> Unit): <Error class: unknown class>

Emitted when the angle between both tracked points changes.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: angle Current angle in radians; angleDelta Difference with the starting angle, in radians