Skip to content

Application class needs properties for display flags #3

@Mahi

Description

@Mahi

With pygame, one can call the set_mode() with display flags: https://www.pygame.org/docs/ref/display.html#pygame.display.set_mode

Currently the EzPyGame's Application class has no way to read and write these flags, so a property should be added for each possible flag:

pygame.FULLSCREEN    create a fullscreen display
pygame.DOUBLEBUF     recommended for HWSURFACE or OPENGL
pygame.HWSURFACE     hardware accelerated, only in FULLSCREEN
pygame.OPENGL        create an OpenGL-renderable display
pygame.RESIZABLE     display window should be sizeable
pygame.NOFRAME       display window will have no border or controls

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions