---
title: haptics
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcspatialaccessory/haptics
---

# haptics

Gets the haptics for the device, if supported.

## Declaration

```swift
var haptics: GCDeviceHaptics? { get }
```

## Discussion

Discussion Use this property to create CHHapticEngine instances according to your needs. note: Haptics are a drain on the devices’s battery, and can be distracting when used excessively.
