# ScrollWheel

> The scroll wheel was moved.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.IMGUIModule

```csharp
ScrollWheel = 6
```

### Remarks

Use [Event.delta](/engine/6000.0/script-reference/unityengine/event/delta.md) to determine X & Y scrolling amount.
