Answers for "set window title pygame"

2

change pygame window title

Call it after init().

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

pygame caption

pygame.display.set_caption("title")
Posted by: Guest on December-06-2020

Python Answers by Framework

Browse Popular Code Answers by Language