- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 11 Dec 2023 21:03:59 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 December 2023 05:04:05 UTC
@marcoscaceres commented on this pull request. > + |params:GamepadEffectParameters| describes a <dfn>valid effect</dfn> if + |params| contains all of the required parameters for |type| effects and + all of the parameters have valid values. Additional parameters MUST be + ignored. + </p> + <p> + A [=user agent=] that implements this API MUST provide a method to + <dfn>issue a haptic effect</dfn> to an actuator with + |type:GamepadHapticEffectType| and |params:GamepadEffectParameters|. + The [=user agent=] MAY modify the effect to increase compatibility. For + example, an effect intended for a rumble motor may be transformed into + a waveform-based effect for a device that supports waveform haptics but + lacks rumble motors. + </p> + <p> + A [=user agent=] that implements this API MUST provide a method to As above... the MUST is not needed here. This should just describe the intent. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/190#pullrequestreview-1776601435 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/190/review/1776601435@github.com>
Received on Tuesday, 12 December 2023 05:04:05 UTC