From da5bce0a9c8c400bbf5cb7a8ca16411779b93814 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Mon, 19 Oct 2020 07:26:07 +0200 Subject: [PATCH] Docs: convert_window_coordinates --- docs/reference/context/basewindow.rst | 1 + docs/reference/context/glfw.window.rst | 1 + docs/reference/context/headless.window.rst | 1 + docs/reference/context/pyglet.window.rst | 1 + docs/reference/context/pyqt5.window.rst | 1 + docs/reference/context/pyside2.window.rst | 1 + docs/reference/context/sdl2.window.rst | 1 + 7 files changed, 7 insertions(+) diff --git a/docs/reference/context/basewindow.rst b/docs/reference/context/basewindow.rst index 72911845..5e207aa8 100644 --- a/docs/reference/context/basewindow.rst +++ b/docs/reference/context/basewindow.rst @@ -20,6 +20,7 @@ Methods .. automethod:: BaseWindow.resize .. automethod:: BaseWindow.destroy .. automethod:: BaseWindow.set_default_viewport +.. automethod:: BaseWindow.convert_window_coordinates .. automethod:: BaseWindow.print_context_info Attributes diff --git a/docs/reference/context/glfw.window.rst b/docs/reference/context/glfw.window.rst index 98a3552f..5a561dbd 100644 --- a/docs/reference/context/glfw.window.rst +++ b/docs/reference/context/glfw.window.rst @@ -21,6 +21,7 @@ Methods .. automethod:: Window.destroy .. automethod:: Window.set_default_viewport .. automethod:: Window.print_context_info +.. automethod:: Window.convert_window_coordinates Attributes ---------- diff --git a/docs/reference/context/headless.window.rst b/docs/reference/context/headless.window.rst index e778a3c8..1b7d08d2 100644 --- a/docs/reference/context/headless.window.rst +++ b/docs/reference/context/headless.window.rst @@ -20,6 +20,7 @@ Methods .. automethod:: Window.resize .. automethod:: Window.destroy .. automethod:: Window.set_default_viewport +.. automethod:: Window.convert_window_coordinates .. automethod:: Window.print_context_info Attributes diff --git a/docs/reference/context/pyglet.window.rst b/docs/reference/context/pyglet.window.rst index 7cc44e5a..407fbb4a 100644 --- a/docs/reference/context/pyglet.window.rst +++ b/docs/reference/context/pyglet.window.rst @@ -20,6 +20,7 @@ Methods .. automethod:: Window.resize .. automethod:: Window.destroy .. automethod:: Window.set_default_viewport +.. automethod:: Window.convert_window_coordinates .. automethod:: Window.print_context_info Window Specific Methods diff --git a/docs/reference/context/pyqt5.window.rst b/docs/reference/context/pyqt5.window.rst index 98973889..f63accab 100644 --- a/docs/reference/context/pyqt5.window.rst +++ b/docs/reference/context/pyqt5.window.rst @@ -20,6 +20,7 @@ Methods .. automethod:: Window.resize .. automethod:: Window.destroy .. automethod:: Window.set_default_viewport +.. automethod:: Window.convert_window_coordinates .. automethod:: Window.print_context_info Window Specific Methods diff --git a/docs/reference/context/pyside2.window.rst b/docs/reference/context/pyside2.window.rst index b88faa9c..00d7b381 100644 --- a/docs/reference/context/pyside2.window.rst +++ b/docs/reference/context/pyside2.window.rst @@ -20,6 +20,7 @@ Methods .. automethod:: Window.resize .. automethod:: Window.destroy .. automethod:: Window.set_default_viewport +.. automethod:: Window.convert_window_coordinates .. automethod:: Window.print_context_info Window Specific Methods diff --git a/docs/reference/context/sdl2.window.rst b/docs/reference/context/sdl2.window.rst index c2e696bb..b35f56a1 100644 --- a/docs/reference/context/sdl2.window.rst +++ b/docs/reference/context/sdl2.window.rst @@ -20,6 +20,7 @@ Methods .. automethod:: Window.resize .. automethod:: Window.destroy .. automethod:: Window.set_default_viewport +.. automethod:: Window.convert_window_coordinates .. automethod:: Window.print_context_info Window Specific Methods