<!--
{
  "availability" : [
    "iOS: 14.5.0 -",
    "iPadOS: 14.5.0 -",
    "macCatalyst: 14.5.0 -",
    "macOS: 11.3.0 -",
    "tvOS: 14.5.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Game Controller",
      "GameController"
    ],
    "preciseIdentifier" : "c:@E@GCDualSenseAdaptiveTriggerStatus"
  },
  "title" : "GCDualSenseAdaptiveTrigger.Status"
}
-->

# GCDualSenseAdaptiveTrigger.Status

The possible states of an adaptive trigger.

```
enum Status
```

## Topics

### Statuses

[`GCDualSenseAdaptiveTriggerStatusUnknown`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/unknown)

The trigger status is unknown.

[`GCDualSenseAdaptiveTriggerStatusFeedbackNoLoad`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/feedbackNoLoad)

The trigger is in feedback mode, but isn’t applying the resistive load.

[`GCDualSenseAdaptiveTriggerStatusFeedbackLoadApplied`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/feedbackLoadApplied)

The trigger is in feedback mode and is applying the resistive load.

[`GCDualSenseAdaptiveTriggerStatusWeaponReady`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/weaponReady)

The trigger is in weapon mode and ready to fire, but isn’t applying the resistive load.

[`GCDualSenseAdaptiveTriggerStatusWeaponFiring`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/weaponFiring)

The trigger is in weapon mode, firing, and is applying the resistive load.

[`GCDualSenseAdaptiveTriggerStatusWeaponFired`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/weaponFired)

The trigger is in weapon mode, has fired, and has stopped applying the resistive load.

[`GCDualSenseAdaptiveTriggerStatusVibrationNotVibrating`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/vibrationNotVibrating)

The trigger is in vibration mode, but isn’t vibrating.

[`GCDualSenseAdaptiveTriggerStatusVibrationIsVibrating`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/vibrationIsVibrating)

The trigger is in vibration mode and is vibrating.

[`GCDualSenseAdaptiveTriggerStatusSlopeFeedbackReady`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/slopeFeedbackReady)

The trigger is in slope mode, but isn’t applying the resistive load.

[`GCDualSenseAdaptiveTriggerStatusSlopeFeedbackApplyingLoad`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/slopeFeedbackApplyingLoad)

The trigger is in slope mode, and is applying the resistive load.

[`GCDualSenseAdaptiveTriggerStatusSlopeFeedbackFinished`](/documentation/GameController/GCDualSenseAdaptiveTrigger/Status-swift.enum/slopeFeedbackFinished)

The trigger is in slope mode, and stopped applying the resistive load.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)