From deacdebb33cb54f14ff594398c3cbcb9a56d5e41 Mon Sep 17 00:00:00 2001 From: Gary Kacmarcik Date: Thu, 13 Jun 2024 04:57:43 -0700 Subject: [PATCH] Fix
  • breakage in build --- sections/event-types-mouseevent.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/sections/event-types-mouseevent.txt b/sections/event-types-mouseevent.txt index bd0b732..93506f4 100644 --- a/sections/event-types-mouseevent.txt +++ b/sections/event-types-mouseevent.txt @@ -623,13 +623,15 @@
    Internal State for MouseEvent
    -
    -
  • shift flag
  • -
  • control flag
  • -
  • alt flag
  • -
  • altgraph flag
  • -
  • meta flag
  • -
    + A {{MouseEvent}} has the following internal flags that are used to track the + state of various modifier keys: + shift flag, + control flag, + alt flag, + altgraph flag, + and meta flag. + These flags are set if the corresponding modifier key was pressed at the time + of the mouse event.
    initialize a MouseEvent