classref: Sync with current master branch (518b9e580)

This commit is contained in:
Rémi Verschelde
2023-01-27 15:10:25 +01:00
parent b168eb52f3
commit fe259f74ff
158 changed files with 3976 additions and 4796 deletions

View File

@@ -1803,7 +1803,7 @@ Returns an individual bit on the rendering layer mask.
:ref:`Transform2D<class_Transform2D>` **get_final_transform** **(** **)** |const|
Returns the total transform of the viewport.
Returns the transform from the viewport's coordinate system to the embedder's coordinate system.
.. rst-class:: classref-item-separator
@@ -2091,6 +2091,8 @@ void **warp_mouse** **(** :ref:`Vector2<class_Vector2>` position **)**
Moves the mouse pointer to the specified position in this **Viewport** using the coordinate system of this **Viewport**.
\ **Note:** :ref:`warp_mouse<class_Viewport_method_warp_mouse>` is only supported on Windows, macOS and Linux. It has no effect on Android, iOS and Web.
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`