class_inputeventmousemotion.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the InputEventMouseMotion.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_InputEventMouseMotion:
  5. InputEventMouseMotion
  6. =====================
  7. **Inherits:** :ref:`InputEventMouse<class_inputeventmouse>` **<** :ref:`InputEventWithModifiers<class_inputeventwithmodifiers>` **<** :ref:`InputEvent<class_inputevent>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Input event type for mouse motion events.
  12. Member Variables
  13. ----------------
  14. .. _class_InputEventMouseMotion_relative:
  15. - :ref:`Vector2<class_vector2>` **relative** - Mouse position relative to the previous position (position at the last frame).
  16. .. _class_InputEventMouseMotion_speed:
  17. - :ref:`Vector2<class_vector2>` **speed** - Mouse speed.
  18. Description
  19. -----------
  20. Contains mouse motion information. Supports relative, absolute positions and speed. See :ref:`Node._input<class_Node__input>`.