class_inputeventgesture.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the InputEventGesture.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_InputEventGesture:
  6. InputEventGesture
  7. =================
  8. **Inherits:** :ref:`InputEventWithModifiers<class_InputEventWithModifiers>` **<** :ref:`InputEvent<class_InputEvent>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. **Inherited By:** :ref:`InputEventMagnifyGesture<class_InputEventMagnifyGesture>`, :ref:`InputEventPanGesture<class_InputEventPanGesture>`
  10. Properties
  11. ----------
  12. +-------------------------------+------------------------------------------------------------+---------------------+
  13. | :ref:`Vector2<class_Vector2>` | :ref:`position<class_InputEventGesture_property_position>` | ``Vector2( 0, 0 )`` |
  14. +-------------------------------+------------------------------------------------------------+---------------------+
  15. Property Descriptions
  16. ---------------------
  17. .. _class_InputEventGesture_property_position:
  18. - :ref:`Vector2<class_Vector2>` **position**
  19. +-----------+---------------------+
  20. | *Default* | ``Vector2( 0, 0 )`` |
  21. +-----------+---------------------+
  22. | *Setter* | set_position(value) |
  23. +-----------+---------------------+
  24. | *Getter* | get_position() |
  25. +-----------+---------------------+