static let GCControllerDidConnect : NSNotification.Name
Posts after a controller connects to the device.
static let GCControllerDidBecomeCurrent : NSNotification.Name
Posts when a controller becomes the current controller.
static let GCControllerDidStopBeingCurrent : NSNotification.Name
Posts when a controller stops being the current controller.
static let GCKeyboardDidConnect : NSNotification.Name
A notification that posts after a keyboard connects to the device.
static let GCKeyboardDidDisconnect : NSNotification.Name
A notification that posts after a single keyboard, or the last of multiple keyboards, disconnects from the device.
static let GCMouseDidBecomeCurrent : NSNotification.Name
A notification that posts when a mouse becomes the most recent mouse that the user connects.
static let GCMouseDidConnect : NSNotification.Name
A notification that posts after a mouse connects to the device.
static let GCMouseDidDisconnect : NSNotification.Name
A notification that posts after a mouse disconnects from the device.
static let GCMouseDidStopBeingCurrent : NSNotification.Name
A notification that posts when a mouse stops being the most recent mouse that the user connects.