-2

Is there any function that can check where your mouse is when you use onclick(). So I click on a colored area for example and then something happens.

rexillion
  • 11
  • 6
  • See: [How to create a button with python turtle](https://stackoverflow.com/questions/61765658/how-to-create-a-button-with-python-turtle) – ggorlen Apr 24 '23 at 02:14

1 Answers1

0

I found a way using on_screen_click(x, y)

rexillion
  • 11
  • 6