<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ManipulationComponent/InputDevice",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation21ManipulationComponentV11InputDeviceV"
  },
  "title" : "ManipulationComponent.InputDevice"
}
-->

# ManipulationComponent.InputDevice

Describes an input device like a hand or a trackpad.

```
struct InputDevice
```

## Topics

### Instance Properties

[`var chirality: ManipulationComponent.InputDevice.Chirality?`](/documentation/RealityKit/ManipulationComponent/InputDevice/chirality-swift.property)

The hand chirality (left or right) of this input device, or `nil` if
this input device has no hand chirality.

[`var kind: ManipulationComponent.InputDevice.Kind`](/documentation/RealityKit/ManipulationComponent/InputDevice/kind-swift.property)

The kind of this input device.

[`var pose: Pose3DFloat?`](/documentation/RealityKit/ManipulationComponent/InputDevice/pose)

The pose of this input device, or `nil` if this input device has no
pose.

### Enumerations

[`enum Chirality`](/documentation/RealityKit/ManipulationComponent/InputDevice/Chirality-swift.enum)

Describes hand chirality (left or right) of an input device.

[`enum Kind`](/documentation/RealityKit/ManipulationComponent/InputDevice/Kind-swift.enum)

Describes the kind of an input device.

## Relationships

### Conforms To

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

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

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

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

---

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)