---
title: ScrollInputKind
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/scrollinputkind
---

# ScrollInputKind

Inputs used to scroll views.

## Declaration

```swift
struct ScrollInputKind
```

## Topics

### Type Properties

- [handGestureShortcut](swiftui/scrollinputkind/handgestureshortcut.md)
- [look](swiftui/scrollinputkind/look.md)

### Type Methods

- [look(axes:)](swiftui/scrollinputkind/look(axes:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managing scrolling for different inputs

- [scrollInputBehavior(_:for:)](swiftui/view/scrollinputbehavior(_:for:).md)
- [ScrollInputBehavior](swiftui/scrollinputbehavior.md)
