Skip to content

GameController tvOS xcode16.0 b2

Rolf Bjarne Kvinge edited this page Jun 26, 2024 · 2 revisions

#GameController.framework

diff -ruN /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCEventInteraction.h /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCEventInteraction.h
--- /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCEventInteraction.h	2024-05-30 04:44:47
+++ /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCEventInteraction.h	2024-06-12 21:31:14
@@ -31,12 +31,6 @@
  *  determines whether the system will deliver game controller events through
  *  the Game Controller framework instead of through the UIEvent & UIResponder
  *  chain.
- *
- *  On iOS, iPadOS, and tvOS, while a view with the \c GCEventInteraction, is
- *  the first responder, or is part of the current responder chain, the 
- *  interaction's \c handledEventTypes property determines whether the system
- *  will deliver game controller events through the Game Controller framework
- *  instead of through the UIEvent & UIResponder chain.
  */
 API_AVAILABLE(macCatalyst(18.0), ios(18.0), visionos(2.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(macos)
 @interface GCEventInteraction : NSObject <UIInteraction>
Clone this wiki locally