---
title: GCControllerDidBecomeCurrentNotification
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gccontrollerdidbecomecurrentnotification
---

# GCControllerDidBecomeCurrentNotification

A notification that posts when a controller becomes the current controller.

## Declaration

```occ
extern NSString * const GCControllerDidBecomeCurrentNotification;
```

## Discussion

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

## See Also

### Handling multiple controllers

- [current](gamecontroller/gccontroller/current.md)
- [GCControllerDidStopBeingCurrentNotification](gamecontroller/gccontrollerdidstopbeingcurrentnotification.md)
