Change display orientation with pygame

后端 未结 0 642
春和景丽
春和景丽 2020-12-24 07:27
import sys
import pygame
import pygame.locals as pgl


class Test:
    def __init__(self):
        pygame.init()
        self.flags = pygame.FULLSCREEN | pygame.NOFR         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题