Skip to content
#

pygame

Here are 2,929 public repositories matching this topic...

MyreMylar
MyreMylar commented Jun 28, 2020

Currently the toggle_fullscreen() contain these lines:

This function only works under the UNIX X11 video driver. For most situations it is better to call pygame.display.set_mode() with new display flags.

This is no longer accurate as the function works on windows for sure (tested) and looking at the code likely works on mac and with other display drivers on linux too. I believe it is also

charlesej
charlesej commented Jan 14, 2019

Better detection and error messages for invalid values during Actor initialization would be useful to aid users in debugging.

Expected result:
Better and consistent error messages to aid in debugging and catch obvious invalid values.

Actual result:
The error messages are confusing (for beginner programmers) and inconsistent. And in one case the error is not detected at all.

Here are s

Improve this page

Add a description, image, and links to the pygame topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pygame topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.