onDragDetected

fun Node.onDragDetected(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(MouseEvent) -> Unit)

See also

Node.setOnDragDetected

fun Scene.onDragDetected(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(MouseEvent) -> Unit)

See also

Scene.setOnDragDetected