onSwipeRight

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

See also

Node.setOnSwipeRight

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

See also

Scene.setOnSwipeRight