Static GCInputMicroGamepadButtonMenu

Source
pub unsafe static GCInputMicroGamepadButtonMenu: &'static NSString
Available on crate feature GCMicroGamepad only.
Expand description

The primary menu button for the microgamepad

Note: Equivalent to microgamepad.buttonMenu

Note: For the 1st generation Siri Remote, this represents pressing the play/pause button. For the 2nd generation Siri Remote, this represents pressing the back button.

Note: You should avoid polling this button every frame. tvOS will run a gesture recognizer on events before forwarding them to your application that can reduce the window to poll button changes. Instead, register a pressedChangedHandler or a valueChangedHandler.

See also Apple’s documentation