Skip to content

Commit

Permalink
Document screen.bounds()
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesej authored and lordmauve committed Jan 2, 2019
1 parent d490012 commit 0f637eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/builtins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ draw images to the screen ("blit" them).

.. _`Pygame surface`: https://www.pygame.org/docs/ref/surface.html

.. method:: bounds()

.. versionadded:: 1.3

Return a ZRect representing the bounds of the screen.

.. method:: clear()

Reset the screen to black.
Expand Down

0 comments on commit 0f637eb

Please sign in to comment.