.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the InputEventWithModifiers.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_InputEventWithModifiers: InputEventWithModifiers ======================= **Inherits:** :ref:`InputEvent` **<** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` **Inherited By:** :ref:`InputEventKey`, :ref:`InputEventMouse`, :ref:`InputEventGesture` **Category:** Core Brief Description ----------------- Base class for keys events with modifiers. Member Variables ---------------- .. _class_InputEventWithModifiers_alt: - :ref:`bool` **alt** - State of the Alt modifier. .. _class_InputEventWithModifiers_command: - :ref:`bool` **command** - State of the Command modifier. .. _class_InputEventWithModifiers_control: - :ref:`bool` **control** - State of the Ctrl modifier. .. _class_InputEventWithModifiers_meta: - :ref:`bool` **meta** - State of the Meta modifier. .. _class_InputEventWithModifiers_shift: - :ref:`bool` **shift** - State of the Shift modifier. Description ----------- Contains keys events information with modifiers support like ``SHIFT`` or ``ALT``. See :ref:`Node._input`.