1234567891011121314151617181920212223242526272829 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the InputEventGesture.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_InputEventGesture:
- InputEventGesture
- =================
- **Inherits:** :ref:`InputEventWithModifiers<class_inputeventwithmodifiers>` **<** :ref:`InputEvent<class_inputevent>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Inherited By:** :ref:`InputEventPanGesture<class_inputeventpangesture>`, :ref:`InputEventMagnifyGesture<class_inputeventmagnifygesture>`
- **Category:** Core
- Brief Description
- -----------------
- Member Variables
- ----------------
- .. _class_InputEventGesture_position:
- - :ref:`Vector2<class_vector2>` **position**
|