Skip to content
Commit 3a95c202 authored by Marco Martin's avatar Marco Martin Committed by Xaver Hugl
Browse files

Fix touch on PointerHandlers

The events we forward to the offscreen QML view are with our own
QPointingDevice instance, which has a devicetype of touch but a null pointerType.

In Qt5 this was enough, but pointerhandlers in qt6 refuse events with an undefined
pointertype, so we have to explicitly set it to finger

BUG:473541
parent 36513123
Pipeline #479417 passed with stage
in 9 minutes and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment