Skip to content

Commit 38f7215

Browse files
LanWei22AutomatedTester
authored andcommitted
Update index.html
1 parent 4e9f57c commit 38f7215

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7031,6 +7031,7 @@ <h4 id=input-sources>Sources</h4>
70317031
or left to scroll the page down, up, right or left.</td>
70327032
</tr>
70337033
</table>
7034+
70347035
<p>Each <a>session</a> maintains a <a>list</a> of <dfn>active input
70357036
sources</dfn>. This list is initially empty. When an <a>input
70367037
source</a> is added to the list of <a>active input sources</a>, a
@@ -7111,6 +7112,18 @@ <h4 id=input-source-state>State</h4>
71117112
a <a>pointer input state</a> object with <code>subtype</code> set
71127113
to <var>subtype</var>, <code>pressed</code> set to an empty set and
71137114
both <code>x</code> and <code>y</code> set to <code>0</code>.
7115+
7116+
<p>A <a>wheel input source</a>’s <a>input source state</a> is a
7117+
<dfn>wheel input state</dfn> object. This is an object with an
7118+
<code>x</code> property which is an unsigned integer, a <code>y</code>
7119+
property which is an unsigned integer, a <code>deltaX</code> property
7120+
which is an integer, and a <code>deltaY</code> property which is an
7121+
integer.
7122+
7123+
<p>When required to <dfn>create a new wheel input state object</dfn>,
7124+
an implementation must return a <a>wheel input state</a> object with
7125+
the <code>x</code>, <code>y</code>, <code>deltaX</code>, and
7126+
<code>deltaY</code> properties all set to <code>0</code>.
71147127

71157128
<p>Each <a>session</a> has an associated <dfn>input state table</dfn>.
71167129
This is a map between <a>input id</a>

0 commit comments

Comments
 (0)