Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tablet support broken with Qt >5.9 #77

Open
bloerwald opened this issue Mar 7, 2021 · 0 comments
Open

tablet support broken with Qt >5.9 #77

bloerwald opened this issue Mar 7, 2021 · 0 comments

Comments

@bloerwald
Copy link
Contributor

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.

ihm-tswow added a commit that referenced this issue Jun 17, 2022
- seems like qt 5.9 has been removed from the normal installer, but we still want to build with it until #77 is fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant