DragHandle

fun interface DragHandle<T : Any>

Types

Link copied to clipboard
object Companion

Functions

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