class_inputeventfromwindow.rst 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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/InputEventFromWindow.xml.
  6. .. _class_InputEventFromWindow:
  7. InputEventFromWindow
  8. ====================
  9. **Inherits:** :ref:`InputEvent<class_InputEvent>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`InputEventScreenDrag<class_InputEventScreenDrag>`, :ref:`InputEventScreenTouch<class_InputEventScreenTouch>`, :ref:`InputEventWithModifiers<class_InputEventWithModifiers>`
  11. .. container:: contribute
  12. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  13. .. rst-class:: classref-reftable-group
  14. Properties
  15. ----------
  16. .. table::
  17. :widths: auto
  18. +-----------------------+-----------------------------------------------------------------+-------+
  19. | :ref:`int<class_int>` | :ref:`window_id<class_InputEventFromWindow_property_window_id>` | ``0`` |
  20. +-----------------------+-----------------------------------------------------------------+-------+
  21. .. rst-class:: classref-section-separator
  22. ----
  23. .. rst-class:: classref-descriptions-group
  24. Property Descriptions
  25. ---------------------
  26. .. _class_InputEventFromWindow_property_window_id:
  27. .. rst-class:: classref-property
  28. :ref:`int<class_int>` **window_id** = ``0``
  29. .. rst-class:: classref-property-setget
  30. - void **set_window_id** **(** :ref:`int<class_int>` value **)**
  31. - :ref:`int<class_int>` **get_window_id** **(** **)**
  32. .. container:: contribute
  33. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  34. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  35. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  36. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  37. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  38. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  39. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`