Looks like the GC calls do work for mouse/keyboard. I just need the shorter notification names.
notifications.addObserver(forName: .GCKeyboardDidConnect, object: nil, queue: .main) { [weak self] note in
if let controller = note.object as? GCKeyboard {
self?.addKeyboard(controller)
}
}
Topic:
Graphics & Games
SubTopic:
General
Tags: