class_inputeventgesture.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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>` | Vector2( 0, 0 ) |
  17. +-------------------------------+------------------------------------------------------------+-----------------+
  18. Property Descriptions
  19. ---------------------
  20. .. _class_InputEventGesture_property_position:
  21. - :ref:`Vector2<class_Vector2>` **position**
  22. +-----------+---------------------+
  23. | *Default* | Vector2( 0, 0 ) |
  24. +-----------+---------------------+
  25. | *Setter* | set_position(value) |
  26. +-----------+---------------------+
  27. | *Getter* | get_position() |
  28. +-----------+---------------------+