We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3de64 commit 2f1dd3eCopy full SHA for 2f1dd3e
1 file changed
ui/drivers/cocoa/cocoa_common.m
@@ -194,11 +194,6 @@ - (bool)didMicroGamepadPress:(UIPressType)type
194
return controller.microGamepad.buttonA.pressed;
195
else if (type == UIPressTypePlayPause)
196
return controller.microGamepad.buttonX.pressed;
197
- else if (@available(tvOS 13, *)) {
198
- if (type == UIPressTypeMenu)
199
- return controller.microGamepad.buttonMenu.pressed ||
200
- controller.microGamepad.buttonMenu.isPressed;
201
- }
202
}
203
else if (controller.extendedGamepad)
204
{
0 commit comments