File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 The Window class (formerly known as _sdl2.video.Window), is a newly
1414 published feature of pygame-ce 2.5.2. This class allows for programs
15- to drive multiple Windows on-screen at once, something not possible with
15+ to drive multiple windows on-screen at once, something not possible with
1616 the :func: `pygame.display.set_mode ` API. Not everything possible with
1717 :mod: `pygame.display ` is possible yet in the Window API, but the new
1818 window class will continue to be developed, and we're excited to share
5959 pygame.quit()
6060 raise SystemExit
6161
62- Event behavior if multiple Windows are created: When the close button is
62+ Event behavior if multiple `` Window``s are created: When the close button is
6363 pressed, a ``WINDOWCLOSE `` event is sent. You need to explicitly destroy
64- the window. Note that the event ``QUIT `` will only be sent if all Window
65- has been destroyed.
64+ the window. Note that the event ``QUIT `` will only be sent if all `` Window``s
65+ have been destroyed.
6666
6767 .. code-block:: python
6868
You can’t perform that action at this time.
0 commit comments