Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-132730

iOS: External mouse event is not collect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.7.3, 6.8.1, 6.9.0 Beta1
    • None
    • iOS, iPadOS with USB/Bluetooth mouse
    • iOS/tvOS/watchOS

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            srutledg Shawn Rutledge
            takahr Takahiro HIDAKA
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes