onMouseDragEntered

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

See also

Node.setOnMouseDragEntered

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

See also

Scene.setOnMouseDragEntered