When using pygame, the program becomes jammed when I introduces a new thread

后端 未结 0 1727
滥情空心
滥情空心 2021-02-20 13:24

When I encloses the pygame event listener in a loop like this, it works just fine:

def window_event_listener():
    while True:
        for event in pygame.event.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题