Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.9.4, 5.10.1
-
Fix Version/s: 7.0 (Next Major Release)
-
Component/s: GUI: Basic Input System (keyboard, mouse, touch)
-
Labels:None
-
Environment:macOS 10.12.6
-
Platform/s:
Description
Mouse coordinates are propagated as floating point types in Qt, but setting and getting cursor coordinates through QCursor setPos() and pos() are still integer types.
This causes some glitches when using mouse warping on macOS.