> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# getWheelState

> Return the scroll-wheel state accumulated during the current frame.

# getWheelState

## Summary

Return the scroll-wheel state accumulated during the current frame.

## Signature

```typescript theme={null}
getWheelState(): WheelState;
```

## Parameters

*No parameters.*

## Returns

**Type**:`WheelState`

Return the scroll-wheel state accumulated during the current frame.

## Remarks

All deltas are reset to `0` at the start of the next frame.
