---
title: "look(axes:)"
framework: swiftui
role: symbol
role_heading: Type Method
path: "swiftui/scrollinputkind/look(axes:)"
---

# look(axes:)

On visionOS, by looking at the edge of a scroll view the content can automatically scroll. This contructor method takes a set of the scrollable axes.

## Declaration

```swift
static func look(axes: Axis.Set) -> ScrollInputKind
```

## Discussion

Discussion This is an opt-in behavior.
