event.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:math-hurdler 作者: craigcabrey 项目源码 文件源码
def _resize_cb(self, widget, event):
        evt = pygame.event.Event(pygame.VIDEORESIZE, 
                                 size=(event.width,event.height), width=event.width, height=event.height)
        pygame.event.post(evt)
        return False # continue processing
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号