Re: [w3c/gamepad] Add gamepad light indicator extension (#143)

@marcoscaceres commented on this pull request.



> +        dictionary GamepadLightColor {
+          required octet red;
+          required octet green;
+          required octet blue;
+       };

```suggestion
        dictionary GamepadLightColor {
          octet red = 0;
          octet green = 0;
          octet blue = 0;
       };
```

-- 
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/143#pullrequestreview-600393014

Received on Monday, 1 March 2021 05:09:29 UTC