pythondrag-and-droppygamedesktop-integration

Python Desktop Integration - Drag and drop


I have a pygame window that I want to know when a file has been dragged and dropped onto it. I only need to be able to fetch the name of the file. How can this be accomplished?


Solution

  • Here's a forum thread that might be what you're looking for.

    And another forum.

    And a link to the msdn page. You'll probably want the pythoncom library.