---
title: "dispatchRawDelta"
description: "Drag by the [delta], coerce it in the bounds and dispatch it to the [AnchoredDraggableState]."
type: "function"
lastmod: "2026-08-27"
---
## API Reference

### dispatchRawDelta

> Source set: Common

```kotlin
fun dispatchRawDelta(delta: Float): Float
```

Drag by the `delta`, coerce it in the bounds and dispatch it to the `AnchoredDraggableState`.

#### Return

The delta the consumed by the [AnchoredDraggableState](/jetpack-compose/androidx.compose.foundation/foundation/functions/AnchoredDraggableState)
