Reproduction steps:
1. Open the attached project “IN-137770“
2. Build the project for Windows (File > Build Profiles> Windows > Build)
3. Launch the build on a Windows device with a touchscreen
4. In the build project, perform a pinch gesture (two fingers moving towards or away from each other) anywhere on the background
5. Attempt to tap the button with a single finger
6. Observe the result
Actual result: The button does not trigger its clicked event, and the counter does not increase
Expected result: The button detects the touch input and the counter increases
Reproducible with: 1.14.2 (6000.3.0a2), 1.19.0 (6000.0.57f1, 6000.0.72f1, 6000.3.12f1, 6000.4.1f1, 6000.5.0b2, 6000.6.0a2)
Not reproducible with: 1.19.0 (6000.0.56f1)
Reproduced on: Windows 11 Enterprise
Not reproduced on: No other environment tested
Workarounds:
- Switch the project from the New Input System to the Old Input Manager
- Or press any key on the keyboard to reset the input state
- Or touch the screen with two fingers at the same time to restore button interaction