Skip to content

Commit 667c1dc

Browse files
Merge branch 'develop' into isxb-543-fix-touch-double-remove
2 parents 9699703 + d5f2dff commit 667c1dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ however, it has to be formatted properly to pass verification tests.
1717
- Added the display of the device flag `CanRunInBackground` in device debug view.
1818
- Added analytics for programmatic `InputAction` setup via `InputActionSetupExtensions` when exiting play-mode.
1919

20+
### Fixed
21+
- Fixed wrong mapping of Xbox Series S|X and Xbox One wireless controllers "View" button on macOS.[ISXB-385](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-385)
22+
2023
## [1.11.1] - 2024-09-26
2124

2225
### Fixed

Packages/com.unity.inputsystem/InputSystem/Plugins/XInput/XboxGamepadMacOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ internal struct XInputControllerWirelessOSXState : IInputStateTypeInfo
111111
public enum Button
112112
{
113113
Start = 11,
114-
Select = 16,
114+
Select = 10,
115115
LeftThumbstickPress = 13,
116116
RightThumbstickPress = 14,
117117
LeftShoulder = 6,

0 commit comments

Comments
 (0)