class_inputeventfromwindow.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the InputEventFromWindow.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_InputEventFromWindow:
  6. InputEventFromWindow
  7. ====================
  8. **Inherits:** :ref:`InputEvent<class_InputEvent>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  9. **Inherited By:** :ref:`InputEventScreenDrag<class_InputEventScreenDrag>`, :ref:`InputEventScreenTouch<class_InputEventScreenTouch>`, :ref:`InputEventWithModifiers<class_InputEventWithModifiers>`
  10. Properties
  11. ----------
  12. +-----------------------+-----------------------------------------------------------------+-------+
  13. | :ref:`int<class_int>` | :ref:`window_id<class_InputEventFromWindow_property_window_id>` | ``0`` |
  14. +-----------------------+-----------------------------------------------------------------+-------+
  15. Property Descriptions
  16. ---------------------
  17. .. _class_InputEventFromWindow_property_window_id:
  18. - :ref:`int<class_int>` **window_id**
  19. +-----------+----------------------+
  20. | *Default* | ``0`` |
  21. +-----------+----------------------+
  22. | *Setter* | set_window_id(value) |
  23. +-----------+----------------------+
  24. | *Getter* | get_window_id() |
  25. +-----------+----------------------+
  26. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  27. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  28. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  29. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  30. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  31. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`