Search Issue Tracker
Fixed
Votes
0
Found in
5.3.2f1
Issue ID
767044
Regression
No
[UWP][MS Bug] Mousewheel breaks mouse input for UWP aplication
Scrolling mouse wheel breaks delta mouse input.
Reproducible on 5.2.4f1, 5.3.2p2, 5.4.0b4.
Repro video available in edit section.
Repro steps:
1. open project "WindowsStoreMousewheelBug.zip";
2. build to UWP platform and build and run the project;
3. Move your mouse in circular motion and additionally scroll the mouse wheel constantly. A red signal will flash up when the mouse position becomes 0/0 all of a sudden and the wheel is still scrolled. As soon as the signal flashes, immediately stop scrolling the mouse wheel! Now just move your mouse and observe how the mouse position stays 0 until you click or scroll again. This only happened when Cursor.lockState != None. Press [Tab] to circle through Cursor.lockStates.
Comments (1)
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
- The cursor moves into wrong place when renaming folder/asset
- Assertion error "(dx - width < padding) || (dy - height < padding)" when using Pack Preview
- [Memory Profiler] The EntryType.NativeAllocationSites_MemoryLabelIndex of snapshots only reports -1 or 0 instead of the MemLabel used for allocations made from any call site.
- [Vulkan] Artifacts appear in the Player when using Screen Space shadows with orthographic camera
- Errors OnGUIDepth changed & GUIUtility:ProcessEvent when opening Textures with Third Party App
Gerold_Meisinger
Jul 04, 2016 09:42
Any update on this issue? We get a lot of user complaints about "freezing mouse cursors" which is highly annoying in an action game.