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

allow MouseArea to directly handle touch events

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P2: Important P2: Important
    • None
    • 5.0.0, 5.3.0
    • None

      Similar to QTBUG-22056 and QTBUG-30840 and QTBUG-31047: the goal is that every Item which can handle mouse events can also handle touch events, and vice-versa, so that synthesizing one type of event from another becomes deprecated (or at least avoidable and unnecessary) over time. It will reduce bugs and also allow touching multiple MouseAreas at the same time, which is necessary for multi-user touch applications and even certain single-user applications, such as a virtual keyboard, a piano or a sound mixer (multiple Sliders in parallel). The reason that you cannot currently do that is because Qt has a deep long-standing assumption that there is only one mouse.

        For Gerrit Dashboard: QTBUG-37414
        # Subject Branch Project Status CR V

            srutledg Shawn Rutledge
            srutledg Shawn Rutledge
            Votes:
            4 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes