Answers for "python pygame how to change window title"

1

change pygame window title

Call it after init().

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

Code answers related to "python pygame how to change window title"

Python Answers by Framework

Browse Popular Code Answers by Language