dragRecognized
inline fun dragRecognized(crossinline handler: (event: PointerEvent) -> DragOperation?): DragRecognizer
Helper to create a simple DragRecognizer that delegates to the given handler.
Parameters
handler
that is delegated to