Commit cf28d7d
FIX: InputDeviceTester only shows first touch contact (IXSB-1017) (#1985)
The logic checking for duplicate "Began" phases with a touch contact was incorrect and has been corrected.
Co-authored-by: Paulius Dervinis <54306142+Pauliusd01@users.noreply.github.com>1 parent 730bb23 commit cf28d7d
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- ExternalSampleProjects/InputDeviceTester/Assets/InputDeviceTester/Scripts/Input
- Packages/com.unity.inputsystem
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments