Skip to content Skip to sidebar Skip to footer

Pygame Window Wont Move Or Close After Using Tkinter

I have had this problem for ages now with many different projects now, so I really want to find out how to fix it. For example, in one of my projects, I created a level editor for

Solution 1:

Ok. I figured this one out. The problem went away when I called the tkinter functions from a key press, not a mouse press.


Post a Comment for "Pygame Window Wont Move Or Close After Using Tkinter"