码迷,mamicode.com
首页 > 其他好文 > 详细

pygame记录

时间:2020-04-07 18:16:48      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:run   game   lse   type   event   eve   pygame   for   quit   

主循环:

while mRunning:
for event in pygame.event.get():
if event.type == pygame.QUIT:
mRunning=False
pygame.quit()
必须要写成event.type要不退不出去,不生效

pygame记录

标签:run   game   lse   type   event   eve   pygame   for   quit   

原文地址:https://www.cnblogs.com/zhifeiji822/p/12654897.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!