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