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 has been archived by the owner on Feb 11, 2021. It is now read-only.
In the Pointer Events spec, section 5.1.1 it says, that if no mouse buttons are depressed, the button property of the event is supposed to be -1. If I am not mistaken, PEP currently only passes through the mouse event's button value (which is 0).
This should be easy to implement with the changes of #168 (it could be a simple reverse mapping from buttons to button) - we should probably try to make some progress there...
In the Pointer Events spec, section 5.1.1 it says, that if no mouse buttons are depressed, the
button
property of the event is supposed to be -1. If I am not mistaken, PEP currently only passes through the mouse event'sbutton
value (which is 0).IE appears to have already extended the button state range to -1, see IE Dev Center Button Property.
I was wondering if you also intend to implement this behavior. (I believe @Steditor hinted at this in #168)
The text was updated successfully, but these errors were encountered: