Steps to reproduce:
1. Open the attached project "UWPScrollRepro.zip"
2. Switch to UWP Build target
3. Open "Assets/Scenes/Main.unity"
4. Enter Play Mode
5. Move the mouse to confirm coordinates are updated -> use the scroll wheel to see the logs being outputted on the UI -> Move the mouse and observe the output
6. Build for UWP platform
7. Repeat step 5
Actual Result: after the mouse wheel is used once, subsequent mouse movement re-triggers the Scroll action
Expected Result: after the mouse wheel is used, subsequent mouse movement does not re-trigger the Scroll action
Reproducible with: 6000.0.77f1, 6000.3.17f1, 6000.5.0f1, 6000.6.0a7
Testing Environment: Windows 11
Not reproducible on: no other environment tested
Notes:
-Could not test the reproduction project with Input System 1.10.0 and below due to compilation errors (issue reproduces with all versions above 1.10.0)
-Issue does not reproduce on Windows/Mac Standalone players
-Issue does not reproduce in Editor Play Mode