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

iOS: External mouse event is not collect

    XMLWordPrintable

Details

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

    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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes