.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/InputEventWithModifiers.xml. .. _class_InputEventWithModifiers: InputEventWithModifiers ======================= **Inherits:** :ref:`InputEventFromWindow` **<** :ref:`InputEvent` **<** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` **Inherited By:** :ref:`InputEventGesture`, :ref:`InputEventKey`, :ref:`InputEventMouse` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`alt_pressed` | ``false`` | +-------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`command_or_control_autoremap` | ``false`` | +-------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`ctrl_pressed` | ``false`` | +-------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`meta_pressed` | ``false`` | +-------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`shift_pressed` | ``false`` | +-------------------------+----------------------------------------------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | |bitfield|\<:ref:`KeyModifierMask`\> | :ref:`get_modifiers_mask` **(** **)** |const| | +-------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_command_or_control_pressed` **(** **)** |const| | +-------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_InputEventWithModifiers_property_alt_pressed: .. rst-class:: classref-property :ref:`bool` **alt_pressed** = ``false`` .. rst-class:: classref-property-setget - void **set_alt_pressed** **(** :ref:`bool` value **)** - :ref:`bool` **is_alt_pressed** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_InputEventWithModifiers_property_command_or_control_autoremap: .. rst-class:: classref-property :ref:`bool` **command_or_control_autoremap** = ``false`` .. rst-class:: classref-property-setget - void **set_command_or_control_autoremap** **(** :ref:`bool` value **)** - :ref:`bool` **is_command_or_control_autoremap** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_InputEventWithModifiers_property_ctrl_pressed: .. rst-class:: classref-property :ref:`bool` **ctrl_pressed** = ``false`` .. rst-class:: classref-property-setget - void **set_ctrl_pressed** **(** :ref:`bool` value **)** - :ref:`bool` **is_ctrl_pressed** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_InputEventWithModifiers_property_meta_pressed: .. rst-class:: classref-property :ref:`bool` **meta_pressed** = ``false`` .. rst-class:: classref-property-setget - void **set_meta_pressed** **(** :ref:`bool` value **)** - :ref:`bool` **is_meta_pressed** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_InputEventWithModifiers_property_shift_pressed: .. rst-class:: classref-property :ref:`bool` **shift_pressed** = ``false`` .. rst-class:: classref-property-setget - void **set_shift_pressed** **(** :ref:`bool` value **)** - :ref:`bool` **is_shift_pressed** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_InputEventWithModifiers_method_get_modifiers_mask: .. rst-class:: classref-method |bitfield|\<:ref:`KeyModifierMask`\> **get_modifiers_mask** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_InputEventWithModifiers_method_is_command_or_control_pressed: .. rst-class:: classref-method :ref:`bool` **is_command_or_control_pressed** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`