Skip to content

kcms/style: rely on mouse events synthesized from touch

Fushan Wen requested to merge work/fuf/465650 into master

This is how MouseArea accepts tablet input. By disabling touch events and using synthesized mouse events, hoverEnterEvent and hoverLeaveEvent can work when using a stylus.

CCBUG: 465650

Merge request reports