Skip to content

DraggableState

fun interface DraggableState

Reports drag deltas to a single callback - the net.kernelpanicsoft.archie equivalent of Compose Foundation's DraggableState. Create one with rememberDraggableState rather than implementing this directly.

Functions

dispatchRawDelta

abstract fun dispatchRawDelta(delta: Float)

Called with the drag delta, in pixels along the gesture's Orientation, for each drag update.