- From: Marcos Cáceres <notifications@github.com>
- Date: Sun, 28 Feb 2021 21:09:16 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 March 2021 05:09:29 UTC
@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