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

### dispatchRawDelta

> Source set: Common

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

Drag by the `delta`, coerce it in the bounds and dispatch it to the [AnchoredDraggableState](/jetpack-compose/androidx.compose.foundation/foundation/functions/AnchoredDraggableState/api).

#### Return

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

### dispatchRawDelta

> Source set: Common

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