I want to detect if the user is holding a file, if he is i want to show a window that will take this file and move it to another folder.
The window itself i done, i just need to detect if the user has dragged a file (anywhere on the screen, i can't detect it on the window because the window isn't shown.), then show the window (with window.show()
).