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