KeyboardEventModifier

KeyboardEventModifier()

This enumerated type is for representing keyboard modifiers. These are keys that are held down in addition to other event types.

Members

staticconstantSuperMap3D.KeyboardEventModifier.ALT : Number

Represents the alt key being held down.

staticconstantSuperMap3D.KeyboardEventModifier.CTRL : Number

Represents the control key being held down.

staticconstantSuperMap3D.KeyboardEventModifier.SHIFT : Number

Represents the shift key being held down.