Skip to main content

GCProductCategoryCoalescedRemote

Static GCProductCategoryCoalescedRemote 

Source
pub unsafe static GCProductCategoryCoalescedRemote: Option<&'static NSString>
Available on crate feature GCProductCategories only.
Expand description

If multiple remotes have been combined into one, the device will have the GCProductCategoryCoalescedRemote product category.

By default, the Game Controller framework will try to coalesce, or combine, the physical Apple TV Remote and the virtual Control Center remote and treat them as a single GCDevice instance. By setting GCSupportsMultipleMicroGamepads in your app’s plist to true, you can disable this behavior.

See also Apple’s documentation