KeyboardModifiers

class cee.KeyboardModifiers()

Describes the state of the modifier keys.

Constructors

Properties


Constructors

KeyboardModifiers.constructor()
Return type:

KeyboardModifiers

Properties

KeyboardModifiers.alt
Type:

boolean

Whether the alt key is pressed.

KeyboardModifiers.control
Type:

boolean

Whether the control key is pressed.

KeyboardModifiers.meta
Type:

boolean

Whether the meta key is pressed.

KeyboardModifiers.shift
Type:

boolean

Whether the shift key is pressed.