---
title: "HoverPhase.active(_:)"
framework: swiftui
role: symbol
role_heading: Case
path: "swiftui/hoverphase/active(_:)"
---

# HoverPhase.active(_:)

The pointer’s location moved to the specified point within the view.

## Declaration

```swift
case active(CGPoint)
```

## See Also

### Getting hover phases

- [HoverPhase.ended](swiftui/hoverphase/ended.md)
