Re: [w3c/gamepad] Add a Model section (#136)

@marcoscaceres commented on this pull request.



> @@ -204,6 +204,70 @@ <h2>
         sensing, depth sensing, video analysis, gesture recognition, and so on.
       </p>
     </section>
+
+    <section>
+      <h2>
+        Model
+      </h2>
+      <p>
+        A <dfn data-lt="gamepad">gamepad</dfn> is a physical or virtual input
+        device that provides button and/or axis inputs. The
+        <dfn data-lt="host">host</dfn> is the operating system environment
+        hosting the user agent. The host MUST provide an algorithm for

```suggestion
        hosting the user agent. The host provides an algorithm for
```

> @@ -204,6 +204,70 @@ <h2>
         sensing, depth sensing, video analysis, gesture recognition, and so on.
       </p>
     </section>
+
+    <section>
+      <h2>
+        Model
+      </h2>
+      <p>
+        A <dfn data-lt="gamepad">gamepad</dfn> is a physical or virtual input
+        device that provides button and/or axis inputs. The
+        <dfn data-lt="host">host</dfn> is the operating system environment
+        hosting the user agent. The host MUST provide an algorithm for
+        <dfn data-lt="enumerating">enumerating</dfn> connected gamepads. A

```suggestion
        <dfn data-lt="enumerating">enumerating connected gamepads</dfn>. A
```

> @@ -204,6 +204,70 @@ <h2>
         sensing, depth sensing, video analysis, gesture recognition, and so on.
       </p>
     </section>
+
+    <section>
+      <h2>
+        Model
+      </h2>
+      <p>
+        A <dfn data-lt="gamepad">gamepad</dfn> is a physical or virtual input
+        device that provides button and/or axis inputs. The
+        <dfn data-lt="host">host</dfn> is the operating system environment
+        hosting the user agent. The host MUST provide an algorithm for
+        <dfn data-lt="enumerating">enumerating</dfn> connected gamepads. A
+        gamepad is considered <dfn data-lt="connected">connected</dfn> when the
+        host is capable of reading new inputs. A gamepad that is not connected
+        is <dfn data-lt="disconnected">disconnected.

```suggestion
        is <dfn>disconnected</dfn>.
```

-- 
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/136#pullrequestreview-433703783

Received on Thursday, 18 June 2020 23:10:37 UTC