- From: Maksim Sadym <notifications@github.com>
- Date: Mon, 22 Sep 2025 05:13:31 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 September 2025 12:13:35 UTC
@sadym-chromium commented on this pull request. > + <section> + <h3> + The emulation module + </h3> + <section> + <h4> + Types + </h4> + <section> + <h5> + The emulation.GamepadBounds Type + </h5> + <pre class="cddl"> + emulation.GamepadBounds = { + max: float64, + ? min: float64, You can define `.default` in CDDL like this: ```suggestion ? min: float64 .default 0.0, ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/224#pullrequestreview-3252329130 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/224/review/3252329130@github.com>
Received on Monday, 22 September 2025 12:13:35 UTC