具体的调用代码在:
if (@available(iOS 13, tvOS 13, *)) { GCController* CapturedController = [Cont capture]; if (CapturedController == nil) { continue; } ExtendedGamepad = CapturedController.extendedGamepad; } else { ExtendedGamepad = [Cont.extendedGamepad saveSnapshot]; }

