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

# HandActivationBehavior

An activation behavior specific to hand-driven input.

```
struct HandActivationBehavior
```

## Overview

Hand activation behavior determines what hand
input modes activate a gesture.

## Topics

### Getting the behaviors

[`static let automatic: HandActivationBehavior`](/documentation/SwiftUI/HandActivationBehavior/automatic)

The default activation behavior, including direct touch, direct pinch,
and indirect pinch.

[`static let pinch: HandActivationBehavior`](/documentation/SwiftUI/HandActivationBehavior/pinch)

Activation that requires a pinched hand.

## 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)