import pygame, sys from pygame.locals import * pygame.init() # set up the window ... in pygame.event.get(): if event.type == QUIT: pygame.quit() sys.exit() ...
確定! 回上一頁