Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 of screen+x, y = event.x, event.y # 0, 0 is the top left of screen
  
 </code> </code>