[w3c/pointerlock] Clarify what event should be fired on locked state (#34)

The spec about whether we should fire each event is vague:

>  in the locked state the user agent must fire all relevant user generated MouseEvent events (for example: mousemove, mousedown, mouseup, click, and wheel) to the target of pointer lock. 
and 
>  Events that require the concept of a mouse cursor must not be dispatched (for example: mouseover, mouseout, drag, and drop).

It didn't mentioned contextmenu and auxclick events. I think it's reasonable to dispatch "auxclick" but not  "contextmenu". Maybe the spec should have a clearer list of these events?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/pointerlock/issues/34

Received on Friday, 29 June 2018 16:10:29 UTC