QUIT : sys.exit() #讓那個叉叉可以關閉窗口 import pygame, sys pygame.init() ... for event in pygame.event.get(): if event.type == pygame.QUIT:
確定! 回上一頁