import pygame pygame.init() print_message = pygame.USEREVENT + 0 pygame.time.set_timer(print_message, 1000) while True: for event in ...
確定! 回上一頁