File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 623
623
624
624
<h5 id="mouseevent-internal-state">Internal State for MouseEvent</h5>
625
625
626
- <dl dfn-for="MouseEvent">
627
- <li><dfn>shift flag</dfn></li>
628
- <li><dfn>control flag</dfn></li>
629
- <li><dfn>alt flag</dfn></li>
630
- <li><dfn>altgraph flag</dfn></li>
631
- <li><dfn>meta flag</dfn></li>
632
- </dl>
626
+ A {{MouseEvent}} has the following internal flags that are used to track the
627
+ state of various modifier keys:
628
+ <dfn>shift flag</dfn>,
629
+ <dfn>control flag</dfn>,
630
+ <dfn>alt flag</dfn>,
631
+ <dfn>altgraph flag</dfn>,
632
+ and <dfn>meta flag</dfn>.
633
+ These flags are set if the corresponding modifier key was pressed at the time
634
+ of the mouse event.
633
635
634
636
<div class="algorithm" data-algorithm="initialize-a-mouseevent" data-export>
635
637
<h5 id="initialize-a-mouseevent-id"><dfn>initialize a MouseEvent</dfn></h5>
You can’t perform that action at this time.
0 commit comments