diff --git a/docs/reST/ref/sdl2_video.rst b/docs/reST/ref/sdl2_video.rst index 99ce737c7f..b1ccee1db1 100644 --- a/docs/reST/ref/sdl2_video.rst +++ b/docs/reST/ref/sdl2_video.rst @@ -378,6 +378,10 @@ | :sl:`Get or set the logical Renderer size (a device independent resolution for rendering)` | :sg:`logical_size -> (int width, int height)` + Note: When the rendering target is the main window, and ``logical_size`` + has not been set before, it will contain ``(0, 0)`` and not the size of + the window. + .. attribute:: scale | :sl:`Get the drawing scale for the current rendering target`