Interface KeyModifiers

The held modifiers.

Hierarchy

  • KeyModifiers

Properties

Properties

alt: boolean

Whether the alt key is held.

ctrl: boolean

Whether the ctrl key is held.

meta: boolean

Whether the meta key is held.

shift: boolean

Whether the shiftKey key is held.

Generated using TypeDoc