Pygame game freezes when my mouse stops moving

后端 未结 0 1209
灰色年华
灰色年华 2021-01-05 02:14

I have an event loop like

while True:
    for event in pygame.event.get():

My code only seems to run while my mouse is moving and for a short

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