123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the InputEventAction.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_InputEventAction:
- InputEventAction
- ================
- **Inherits:** :ref:`InputEvent<class_inputevent>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Input event type for actions.
- Member Functions
- ----------------
- +------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_string>` | :ref:`get_action<class_InputEventAction_get_action>` **(** **)** const |
- +------------------------------+-------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_action<class_InputEventAction_set_action>` **(** :ref:`String<class_string>` action **)** |
- +------------------------------+-------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_pressed<class_InputEventAction_set_pressed>` **(** :ref:`bool<class_bool>` pressed **)** |
- +------------------------------+-------------------------------------------------------------------------------------------------------+
- Member Variables
- ----------------
- - :ref:`String<class_string>` **action**
- - :ref:`bool<class_bool>` **pressed**
- Member Function Description
- ---------------------------
- .. _class_InputEventAction_get_action:
- - :ref:`String<class_string>` **get_action** **(** **)** const
- .. _class_InputEventAction_set_action:
- - void **set_action** **(** :ref:`String<class_string>` action **)**
- .. _class_InputEventAction_set_pressed:
- - void **set_pressed** **(** :ref:`bool<class_bool>` pressed **)**
|