ModifierKeyEvent
@native @JSType
class Object
trait Any
class Object
trait Matchable
class Any
class KeyboardEvent
class MouseEvent
trait DragEvent
class PointerEvent
class WheelEvent
class TouchEvent
Value members
Concrete methods
The altKey property indicates if the alt key was pressed (true) or not (false) when the event occurred.
The altKey property indicates if the alt key was pressed (true) or not (false) when the event occurred.
A Boolean value indicating whether or not the control key was down when the touch event was fired. Read only.
A Boolean value indicating whether or not the control key was down when the touch event was fired. Read only.
The metaKey property indicates if the meta key was pressed (true) or not (false) when the event occurred.
The metaKey property indicates if the meta key was pressed (true) or not (false) when the event occurred.