Fuzzyzilla / octotablet

High-level Tablet/Stylus API for Rust
https://crates.io/crates/octotablet
MIT License
14 stars 2 forks source link

`RealTimeStylus` - Stylus buttons are broken #3

Open Fuzzyzilla opened 3 months ago

Fuzzyzilla commented 3 months ago

An API quirk seems to exist in RealTimeStylus where tips and buttons all share a global "pressed-ness" state - this manifests quite poorly in the current implementation as any barrel button interactions sending many spurious events for other buttons and Up/Down state leaving the tool in an unintelligible state until moved out and back in.