<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "GameController",
  "identifier" : "/documentation/GameController/GCRacingWheelDidDisconnectNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Game Controller"
    ],
    "preciseIdentifier" : "c:@GCRacingWheelDidDisconnectNotification"
  },
  "title" : "GCRacingWheelDidDisconnectNotification"
}
-->

# GCRacingWheelDidDisconnectNotification

A notification that posts after a racing wheel controller disconnects from the device.

```
extern NSString * const GCRacingWheelDidDisconnectNotification;
```

## Discussion

The notification object is the [`GCRacingWheel`](/documentation/GameController/GCRacingWheel) object that disconnects from the device.

The system posts this notification on the main thread.

---

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)