Differences
This shows you the differences between two versions of the page.
development:python:tkinter [2020/09/24 17:52] kalenpw created |
development:python:tkinter [2020/09/24 17:56] (current) kalenpw |
||
---|---|---|---|
Line 6: | Line 6: | ||
Mouse | Mouse | ||
<code python> | <code python> | ||
- | x, y = event.x, event.y # 0, 0 is the center | + | x, y = event.x, event.y # 0, 0 is the top left of screen |
</ | </ |