tablet support broken with Qt >5.9
bloerwald opened this issue · 0 comments
bloerwald commented
Could not get anything to work with 5.15, but with 5.9.9 it works.
Likely:
- 5.12.0 fixes [QTBUG-65199] enterEvent() and leaveEvent() now occur when a hovering drawing tablet stylus enters or leaves a widget. and adds event compression on Windows 8+. I would suspect this is the version that breaks it.
- 5.15.0 deprecates
QTabletEvent::device(), hiResGlobalXY()
and fixes a bug on X11.
breaks something.