Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeyboardModifiers

Describes the state of the modifier keys.

Hierarchy

  • KeyboardModifiers

Index

Properties

Properties

alt

alt: boolean = false

Whether the alt key is pressed.

control

control: boolean = false

Whether the control key is pressed.

meta

meta: boolean = false

Whether the meta key is pressed.

shift

shift: boolean = false

Whether the shift key is pressed.

Generated using TypeDoc