connectDragUpdate
fun connectDragUpdate(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (offsetX: Double, offsetY: Double) -> Unit): <Error class: unknown class>
Emitted whenever the dragging point moves.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: offsetX
X offset, relative to the start point; offsetY
Y offset, relative to the start point