ModifierKeyEvent

@native @JSType
trait ModifierKeyEvent extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def altKey: Boolean

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.

def ctrlKey: Boolean

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.

def metaKey: Boolean

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.

def shiftKey: Boolean

A Boolean value indicating whether or not the shift key was down when the touch event was fired. Read only.

A Boolean value indicating whether or not the shift key was down when the touch event was fired. Read only.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object