<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Manipulable",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11ManipulableO"
  },
  "title" : "Manipulable"
}
-->

# Manipulable

A namespace for various manipulable related types.

```
enum Manipulable
```

## Topics

### Structures

[`struct Event`](/documentation/SwiftUI/Manipulable/Event)

Describes an event generated during a manipulation gesture.

[`struct GestureState`](/documentation/SwiftUI/Manipulable/GestureState)

Describes the state of a manipulation gesture.

[`struct Inertia`](/documentation/SwiftUI/Manipulable/Inertia)

Describes inertia of a view that defines how much a view resists being
manipulated.

[`struct InputDevice`](/documentation/SwiftUI/Manipulable/InputDevice)

Describes an input device like a hand or a trackpad.

[`struct Operation`](/documentation/SwiftUI/Manipulable/Operation)

Describes an operation applied to a view when a person is manipulating a
view.

## Relationships

### Conforms To

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

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

---

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)