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

Qt should provide right click emulation for pen input on non Windows platforms

XMLWordPrintable

    • Linux/Wayland, Linux/X11

      On Windows the platform provides the right click emulation for pen input by doing long press. This allows widgets that were not designed to work with pen input to be usable with pen instead of mouse without any major limitations. Currently Qt translates unhandled pen events (QTabletEvent) to left mouse button events, while right mouse button events are synthesized by the platform. However, this feature exits only on Windows and on Linux Qt should synthesise right click events form pen events itself when they are needed.

      This problem is similar to QTBUG-73949

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

            srutledg Shawn Rutledge
            andrey_yashkin Andrey Yashkin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes