slint
slint copied to clipboard
Wacom Pen Input Support like QTabletEvent::RotationStylus
Are there any plans to include support for Wacom Pens on all devices/os'es/web browsers like Qt does found in stuff like QTabletEvent::RotationStylus?
Does WASM even have the ability to support WACOM Pens at the moment?
Thank for listening.
I think that support for pen input like Wacom's devices would make sense, generally speaking. We don't have any concrete plans to work on that at the moment though.
WASM itself has no concept of events of any kind, the browser's JavaScript interface is typically used and mapped. I'm uncertain about how well the specific pen features are mapped to DOM pointer events. That would be the integration point though for the WASM build side.
For natively built applications I believe that there are Rust crates out there that could be used to specifically read pen input, unless the windowing system provides them.