class_inputeventgesture.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/InputEventGesture.xml.
  6. .. _class_InputEventGesture:
  7. InputEventGesture
  8. =================
  9. **Inherits:** :ref:`InputEventWithModifiers<class_InputEventWithModifiers>` **<** :ref:`InputEventFromWindow<class_InputEventFromWindow>` **<** :ref:`InputEvent<class_InputEvent>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`InputEventMagnifyGesture<class_InputEventMagnifyGesture>`, :ref:`InputEventPanGesture<class_InputEventPanGesture>`
  11. Base class for touch control gestures.
  12. Properties
  13. ----------
  14. +-------------------------------+------------------------------------------------------------+-------------------+
  15. | :ref:`Vector2<class_Vector2>` | :ref:`position<class_InputEventGesture_property_position>` | ``Vector2(0, 0)`` |
  16. +-------------------------------+------------------------------------------------------------+-------------------+
  17. Property Descriptions
  18. ---------------------
  19. .. _class_InputEventGesture_property_position:
  20. - :ref:`Vector2<class_Vector2>` **position**
  21. +-----------+---------------------+
  22. | *Default* | ``Vector2(0, 0)`` |
  23. +-----------+---------------------+
  24. | *Setter* | set_position(value) |
  25. +-----------+---------------------+
  26. | *Getter* | get_position() |
  27. +-----------+---------------------+
  28. The local gesture position relative to the :ref:`Viewport<class_Viewport>`. If used in :ref:`Control._gui_input<class_Control_method__gui_input>`, the position is relative to the current :ref:`Control<class_Control>` that received this gesture.
  29. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  30. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  31. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  32. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  33. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  34. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`