You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
The button and buttons state needed to detect pen erasing is 5 and 32 respectively, but pointers with these states are blocked in the _pointerStart function:
Could this function be updated to support other button states or at least the pen erasing combo?
Currently

pointer-trackeronly accepts basic contact events for mouse, touch, and pen (button state0:(from https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events)
The

buttonandbuttonsstate needed to detect pen erasing is 5 and 32 respectively, but pointers with these states are blocked in the_pointerStartfunction:Could this function be updated to support other button states or at least the pen erasing combo?