Re: [w3c/gamepad] Move vibrationActuator to the main spec (PR #190)

@gabrielsanbrito commented on this pull request.



> +          must be a positive value. An effect with an invalid
+          {{GamepadEffectParameters/startDelay}} is not a [=valid effect=]. If
+          the {{GamepadEffectParameters/startDelay}} is not specified, the

I have changed them to `unsigned long long`, but I think that `unsigned short` would be sufficient for this purpose, which would allow the actuator to vibrate for at most 65535 milliseconds (or ~65 seconds) (https://webidl.spec.whatwg.org/#idl-unsigned-short).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/190#discussion_r1451025768
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/gamepad/pull/190/review/1819330315@github.com>

Received on Friday, 12 January 2024 23:28:57 UTC