<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/HandPointerBehavior",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI19HandPointerBehaviorV"
  },
  "title" : "HandPointerBehavior"
}
-->

# HandPointerBehavior

A behavior that can be applied to the hand pointer while the user is
interacting with a view.

```
struct HandPointerBehavior
```

## Topics

### Type Properties

[`static let drawing: HandPointerBehavior`](/documentation/SwiftUI/HandPointerBehavior/drawing)

Enables the hand pointer refined for drawing.

[`static let inactive: HandPointerBehavior`](/documentation/SwiftUI/HandPointerBehavior/inactive)

Deactivates the hand pointer inside the view. Use this to ensure the
view will not apply any hand pointer behavior regardless of behaviors
applied to ancestors in the hierarchy.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)