Commit f47afc2a by BellCodeEditor

save project

parent a464f054
Showing with 2 additions and 2 deletions
...@@ -6,8 +6,7 @@ pygame.init() ...@@ -6,8 +6,7 @@ pygame.init()
# 创建一个窗口 # 创建一个窗口
pygame.display.set_mode(size = (660,480)) pygame.display.set_mode(size = (660,480))
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
print(event)
if event.type == locals.QUIT: if event.type == locals.QUIT:
#接收到退出事件后退出程序 #接收到退出事件后退出程序
exit() exit()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment