.. role:: ts-api-decorator

#################
KeyboardModifiers
#################

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: KeyboardModifiers

      Describes the state of the modifier keys.



.. container:: api-index-section

   .. rubric:: Constructors

   .. rst-class:: api-index-list-item api-kind-constructor api-parent-kind-class

   * :js:meth:`~cee.KeyboardModifiers.constructor`



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-class

   * :js:attr:`~cee.KeyboardModifiers.alt`
   * :js:attr:`~cee.KeyboardModifiers.control`
   * :js:attr:`~cee.KeyboardModifiers.meta`
   * :js:attr:`~cee.KeyboardModifiers.shift`





------------

Constructors
============

.. container:: ts-api-section

   .. js:function:: KeyboardModifiers.constructor()



      :rtype: KeyboardModifiers



Properties
==========

.. container:: ts-api-section

   .. js:attribute:: KeyboardModifiers.alt

      :type: boolean

      Whether the alt key is pressed.



.. container:: ts-api-section

   .. js:attribute:: KeyboardModifiers.control

      :type: boolean

      Whether the control key is pressed.



.. container:: ts-api-section

   .. js:attribute:: KeyboardModifiers.meta

      :type: boolean

      Whether the meta key is pressed.



.. container:: ts-api-section

   .. js:attribute:: KeyboardModifiers.shift

      :type: boolean

      Whether the shift key is pressed.



