Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains the state of modifier keys for a IKeyboardEngineEvent.

Hierarchy

  • IKeyboardModifierStates

Index

Properties

alt

alt: boolean

Alt key is pressed. Also used for the Apple Option key. May also be true if the AltGr key is pressed on some platforms.

altGraph

altGraph: boolean

Alt Gr key is pressed.

capsLock

capsLock: boolean

Caps Lock is turned on.

control

control: boolean

Ctrl key is pressed. May also be true if the AltGr key is pressed on some platforms.

meta

meta: boolean

Apple ⌘ Command key pressed. May also be true if ⊞ Windows Logo key pressed on some platforms, otherwise use the os property to detect this.

numLock

numLock: boolean

Num Lock is turned on.

os

os: boolean

⊞ Windows Logo key is pressed

scrollLock

scrollLock: boolean

Scroll Lock is turned on.

shift

shift: boolean

Shift key is pressed.

Generated using TypeDoc