Skip to content

Commit a9456bf

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7372,6 +7372,9 @@ <h3>Processing actions</h3>
73727372
<dd>Create a new <a>pointer input source</a>. Let the
73737373
new <a>input source</a>’s <a>pointer type</a> be set to the value
73747374
of <var>parameters</var>’s <code>pointerType</code> property.
7375+
7376+
<dt>"<code>wheel</code>"
7377+
<dd>Create a new <a>wheel input source</a>.
73757378
</dl>
73767379

73777380
<li><p>Add <var>source</var> to the <a>current session</a>’s list
@@ -7422,6 +7425,11 @@ <h3>Processing actions</h3>
74227425
a pointer action</a> with parameters <var>id</var>,
74237426
<var>parameters</var>, and <var>action item</var>.
74247427

7428+
<li><p>Otherwise, if <var>type</var> is "<code>wheel</code>"
7429+
let <var>action</var> be the result of <a>trying</a> to <a>process
7430+
a wheel action</a> with parameters <var>id</var>, and
7431+
<var>action item</var>.
7432+
74257433
<li><p>Append <var>action</var> to <var>actions</var>.
74267434
</ol>
74277435

0 commit comments

Comments
 (0)