Companion

object Companion

Functions

Link copied to clipboard
fun <T : Any> bypass(): DragHandle<T>
Link copied to clipboard
fun <T : Any> combine(vararg handles: DragHandle<T>): DragHandle<T>

Combine several handles into one

Link copied to clipboard
fun <T : Any> withPrimaryButton(block: (event: PointerEvent, start: ViewPoint<T>, end: ViewPoint<T>) -> DragResult<T>): DragHandle<T>

Process only events with primary button pressed