Skip to content

Commit 5f6e2f5

Browse files
authored
FIX: Fixed wrong Display Index value for touchscreen events (ISXB-1101) (#2021)
1 parent b3549ac commit 5f6e2f5

3 files changed

Lines changed: 178 additions & 180 deletions

File tree

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ however, it has to be formatted properly to pass verification tests.
1313
### Fixed
1414
- Fixed touch pointers being released twice causing an index out of bounds error. [ISXB-687](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-687)
1515
- Fixed `NullReferenceException` from disconnecting and reconnecting a GXDKGamepad.
16+
- 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)
1617
- Fixed "AnalyticsResult" errors on consoles [ISXB-1107]
18+
- Fixed wrong `Display Index` value for touchscreen events.[ISXB-1101](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1101)
1719

1820
### Added
1921
- Added the display of the device flag `CanRunInBackground` in device debug view.
2022
- Added analytics for programmatic `InputAction` setup via `InputActionSetupExtensions` when exiting play-mode.
2123

22-
### Fixed
23-
- 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)
24-
2524
## [1.11.1] - 2024-09-26
2625

2726
### Fixed

0 commit comments

Comments
 (0)