Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.3, 6.8.1, 6.9.0 Beta1
-
None
-
iOS, iPadOS with USB/Bluetooth mouse
Description
When using a mouse connected to an iPad, some events are incorrect:
- Mouse move event without button (mouseTracking) is not supported
- When some mouse button is pressed, events occur, but they are all for the left button
Currently, the Qt event system for iOS does not distinguish between mouse events and touch events, but treats them all as touch events, and the touch events are converted to left button drags by mouse emulation, which is why this behavior occurs.
It is related to QTBUG-99795, but now the wheel event is handled correctly and scrolling seems to work.