-
Notifications
You must be signed in to change notification settings - Fork 81
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
Support for graphics tablets #139
Comments
As pointed out in rust-windowing/winit#99 this needs to be implemented here first. I will try working on this since I have hardware I'd like to see supported. |
Early stages of progress: https://github.com/lehmanju/client-toolkit/tree/pen-support |
Can I ask what the status of this is? It seems like a huge segment of the rust ecosystem relies on Smithay for Wayland support, which rules out a lot of options for my (stylus-based) project. Ideally I'd like to use bevy, but that uses winit which uses Smithay. |
@0x182d4454fb211940 besides the integration here, you're free to use wayland-scanner to generate required bindings and use it in your code just fine along any other wayland-rs tooling. Adding support here is more like 'add common boilerplate', which could benefit others, but nothing more in general. |
@kchibisov I see, thank you for explaining. 🙂 |
It seems like graphics tablets are currently unsupported. There is a protocol extension https://docs.rs/wayland-protocols/0.27.0/wayland_protocols/unstable/tablet/index.html
The text was updated successfully, but these errors were encountered: