* Fix LMB hold when hovering with tablet pen
Fixes an issue where LMB would be released immediately when the pen is in hover range.
Added pen pressure hysteresis, may be needed.
* Fix LMB hold when hovering with tablet pen
Fixes an issue where LMB would be released immediately when the pen is in hover range.
Added pen pressure hysteresis, may be needed.
* Fix LMB hold when hovering with tablet pen
Stop continuously propagating pen LMB state; use edge-only press/release with a small internal hysteresis and release on tablet disconnect.
* Fix LMB hold when hovering with tablet pen
* Fix LMB hold when hovering with tablet pen
* Rewrite for simplicity
---------
Co-authored-by: Dean Herbert <pe@ppy.sh>