How to detect exact position of one click mouse , and use this position for other work

后端 未结 0 1992
时光取名叫无心
时光取名叫无心 2021-02-02 13:19

I use this code to get a seperate position of each left click on pygame:

 for event in pygame.event.get():
        if event.type==QUIT:
            running=False
         


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