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
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?
The text was updated successfully, but these errors were encountered:
Currently
pointer-tracker
only accepts basic contact events for mouse, touch, and pen (button state0
:(from https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events)
The
button
andbuttons
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?
The text was updated successfully, but these errors were encountered: