Re: [w3c/gamepad] Add buttondown, buttonup, buttonchange, axischange events (#152)

@marcoscaceres commented on this pull request.



> @@ -147,6 +147,11 @@ <h2>
       <pre class="idl" data-cite="HR-TIME">
         [Exposed=Window, SecureContext]
         interface Gamepad {

I think this needs to then become an: 

```suggestion
        interface Gamepad : EventTarget {
```

-- 
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/gamepad/pull/152#pullrequestreview-720784061

Received on Tuesday, 3 August 2021 05:11:08 UTC