I need to be able to drop a file into an SFML window. Implementing drag and drop seems to be impossible, though. Any method to do drag and drop on Windows seems to require access to the message queue, which SFML does not provide. Can anyone help with this? Is it just impossible to do drag and drop with SFML?