File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,10 +157,14 @@ - (bool)didMicroGamepadPress:(UIPressType)type
157157 || controller.extendedGamepad .rightThumbstick .down .pressed ;
158158 else if (type == UIPressTypeLeftArrow)
159159 extendedPress |= controller.extendedGamepad .dpad .left .pressed
160+ || controller.extendedGamepad .leftShoulder .pressed
161+ || controller.extendedGamepad .leftTrigger .pressed
160162 || controller.extendedGamepad .leftThumbstick .left .pressed
161163 || controller.extendedGamepad .rightThumbstick .left .pressed ;
162164 else if (type == UIPressTypeRightArrow)
163165 extendedPress |= controller.extendedGamepad .dpad .right .pressed
166+ || controller.extendedGamepad .rightShoulder .pressed
167+ || controller.extendedGamepad .rightTrigger .pressed
164168 || controller.extendedGamepad .leftThumbstick .right .pressed
165169 || controller.extendedGamepad .rightThumbstick .right .pressed ;
166170 else if (type == UIPressTypeSelect)
You can’t perform that action at this time.
0 commit comments