Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.0.0-preview.5
Issue ID
1222750
Regression
No
Input Actions with mouse bindings are triggered when input is from a touchscreen monitor
Reproduction steps:
1. Open the attached project "1222750.zip"
2. Open the Sample Scene
3. Enter Play mode
4. Click anywhere on the Game window with a touchscreen monitor
Expected result: Nothing is logged as there are no Touch bindings for the PrimaryTouchPressed Input Action
Actual result: "Primary touch pressed" is logged
Reproduces on: Input System 1.0.0-preview.5 (2019.3.3f1, 2020.1.0a25)
Notes:
The behaviour of a mouse click and a touchscreen touch is inconsistent as InputAction phase Started will only be triggered when touch ends or is dragged.
Reproduced on Dell P2418HT, the user was also able to reproduce on Acer T232HL and Cintiq Pro 32.
Input System is not available on Unity 2018.4 and below, therefore, the issue is not reproducible.
Could not reproduce on Unity 2020.2.0a25 with Input System 1.0.0-preview.5 due to the issue 1222750.
The reproduction project does not work on Input System 1.0.0-preview.4 and below.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Add comment