---
title: GCControllerDidStopBeingCurrentNotification
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gccontrollerdidstopbeingcurrentnotification
---

# GCControllerDidStopBeingCurrentNotification

A notification that posts when a controller stops being the current controller.

## Declaration

```occ
extern NSString * const GCControllerDidStopBeingCurrentNotification;
```

## Discussion

Discussion The notification object is the GCController object that’s no longer current. The system posts this notification on the main thread.

## See Also

### Handling multiple controllers

- [current](gamecontroller/gccontroller/current.md)
- [GCControllerDidBecomeCurrentNotification](gamecontroller/gccontrollerdidbecomecurrentnotification.md)
