Answers for "change pygame window title"

0

change pygame window title

Call it after init().

pygame.init()
pygame.display.set_caption('test caption')
Posted by: Guest on August-11-2021

Python Answers by Framework

Browse Popular Code Answers by Language