class_inputeventgesture.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. **Category:** Core
  11. Brief Description
  12. -----------------
  13. Properties
  14. ----------
  15. +-------------------------------+------------------------------------------------------------+
  16. | :ref:`Vector2<class_Vector2>` | :ref:`position<class_InputEventGesture_property_position>` |
  17. +-------------------------------+------------------------------------------------------------+
  18. Property Descriptions
  19. ---------------------
  20. .. _class_InputEventGesture_property_position:
  21. - :ref:`Vector2<class_Vector2>` **position**
  22. +----------+---------------------+
  23. | *Setter* | set_position(value) |
  24. +----------+---------------------+
  25. | *Getter* | get_position() |
  26. +----------+---------------------+