slint icon indicating copy to clipboard operation
slint copied to clipboard

Wacom Pen Input Support like QTabletEvent::RotationStylus

Open omac777 opened this issue 4 years ago • 1 comments

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.

omac777 avatar Dec 14 '20 23:12 omac777

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.

tronical avatar Dec 15 '20 11:12 tronical