Steps to reproduce:
1. Create a new URP template project or open the attached "OnlyController" project
2. Enter Play mode in SampleScene
3. Right-click anywhere in the Game View and drag to rotate the view
Expected results: Drag is smooth, view rotates
Actual results: View jumps as if the mouse position wasn't reset, but dragged to the center
Reproducible with: 2019.4.34f1, 2020.3.26f1, 2021.2.8f1, 2022.1.0b4, 2022.2.0a2
Notes:
- Not reproducible with macOS
- Doesn't reproduce in build
- Doesn't rely on URP, just on the "SimpleCameraController" script that URP uses in the SampleScene
- In 2019.4 and 2020.3 streams the mouse is reset to the display center instead of GameView center