DragListener

fun interface DragListener<in T : Any>

Functions

Link copied to clipboard
abstract fun handle(event: PointerEvent, from: ViewPoint<T>, to: ViewPoint<T>)