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

Qt Quick 2: wheel.modifiers don't work in "onWheel" on Windows platform

    XMLWordPrintable

Details

    • 4a8d9eed87565b20c1f10b173c652be26ea608f7

    Description

      MouseArea {
      anchors.fill: parent
      onWheel: {
      // BUG:Don't work in Windows: Qt Alfa
      if (wheel.modifiers & Qt.ControlModifier)

      { console.log("Control + wheel") }

      }

      }

      Attachments

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

        Activity

          People

            glwatson Glenn Watson
            mapron Smirnov Vladimir
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes