-
Notifications
You must be signed in to change notification settings - Fork 201
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
Stylus events doesn't work with Swing on Windows #467
Comments
I'm not sure I understand. Do you mean that the |
Is the issue happening only on Windows? Does the library and the stylus listener work? The problem is with normal swing components and normal swing mouse listener, for some reason it's so hard to click buttons with the pen. It works fine with OpenJDK. |
It seems that the investigation should start with the library. Have you tried reporting it to their issue tracker? |
Thanks for reporting this issue. Please follow the ticket https://youtrack.jetbrains.com/issue/JBR-7716 to track its status |
It looks like linking windows window to stylus breaks pen events for swing. It works fine with openJDK but not JBR.
Try running the swing demo here on windows with openJDK and JBR. You will notice that tablet stylus can't interact with swing components.
https://github.com/lectureStudio/stylus
The text was updated successfully, but these errors were encountered: