Search Issue Tracker
Fixed in 6000.2.0a2
Fixed in 2023.3.X
Votes
0
Found in
2020.3.48f1
2021.3.32f1
2022.3.12f1
2023.2.0b15
2023.3.0a12
Issue ID
UUM-14038
Regression
No
Touch input generates mouse input when the build is in windowed mode
Reproduction steps:
1. Open the user’s attached project
2. Open “Assets/TouchTestScene.unity”
3. Click File > Build Settings > Add Open Scenes
4. Click Build
5. Open “DesktopTouchTest.exe”
6. Make the window fullscreen and touch & move everywhere
7. Observe the “Mouse 0” input and notice it stays false
8. Make the window width 1/4 the size (press alt+Enter to leave fullscreen) and touch everywhere
9. Observe the “Mouse 0” input becomes True when moving the finger
Expected result: “Mouse 0” input is False
Actual result: “Mouse 0” input is True
Reproducible with: 1.3.0, 1.4.1, 1.4.2 (2020.3.39f1, 2021.3.8f1, 2022.1.14f1), 1.4.2 (2022.2.0b6, 2023.1.0a9), 1.6.1 (2021.3.46, 2023.2a19)
Reproducible on: Windows 10 Pro 21H2
Notes:
1. Press Alt + Enter, to change build from fullscreen to windowed mode
2. Also reproducible with Legacy Input System
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 6000.2.0a2):
Fixed by another internal issue: UUM-92144: Input System: Windows Touchscreen sends mouse events
Resolution Note (fix version 2023.3):
Fixed by another internal issue: UUM-92144: Input System: Windows Touchscreen sends mouse events