So i want to be able to know whether or not someone has clicked on a certain part of a pygame screen previously. Is this possible? If so, how do you do it?
ex.
area = pg.Rect(38, 34, 126, 132) if #user has clicked within 'area' previously: print("You already clicked here") else: #do whatever sorry if this looks a little weird, This is my first time asking a question here