Diffusion Krita 37f4021dfee6

Fix using tablet on QML widgets

Authored by dkazakov on May 16 2019, 8:44 AM.

Description

Fix using tablet on QML widgets

In previous versions of Qt (wintab impeplementation) the events were
marked by Qt::MouseEventSynthesizedBySystem flag only when they were
synthesized from touch, not from tablet events. This is what
QWindowsTabletSupport does and what QQuickWindow expects (it
filters out all synthesized events). This patch recovers the old behavior
for the new QWindowsPointerHandler tablet API implementation.

CCBUG:406668

Details

Committed
remptMay 16 2019, 9:44 AM
Parents
R37:f9242d593125: Packaging macOS: fix build step buildtarball
Branches
Unknown
Tags
Unknown