Skip to content

Commit

Permalink
FIX: Fixed wrong Display Index value for touchscreen events (ISXB-1…
Browse files Browse the repository at this point in the history
…101) (#2021)
  • Loading branch information
bmalrat authored Oct 10, 2024
1 parent b3549ac commit 5f6e2f5
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 180 deletions.
5 changes: 2 additions & 3 deletions Packages/com.unity.inputsystem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ however, it has to be formatted properly to pass verification tests.
### Fixed
- 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)
- Fixed `NullReferenceException` from disconnecting and reconnecting a GXDKGamepad.
- 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)
- Fixed "AnalyticsResult" errors on consoles [ISXB-1107]
- Fixed wrong `Display Index` value for touchscreen events.[ISXB-1101](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1101)

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

### Fixed
- 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)

## [1.11.1] - 2024-09-26

### Fixed
Expand Down
Loading

0 comments on commit 5f6e2f5

Please sign in to comment.