Drag'n drop

troisdsman wrote on Saturday, December 31, 2011:

Hi!
is there drag’n drop function under glfw?
Is someone already did it?
I’m making an application where i need to put file from file browser to my
application… is it possible to do with glfw?
thanks.
have an happy new year :wink:

elmindreda wrote on Wednesday, January 04, 2012:

No, there isn’t any support for drag and drop yet, but it may be something
worth considering. I can certainly see how it would be useful.

Thank you, happy new year!

troisdsman wrote on Monday, April 07, 2014:

hi, i’m moving my softwares to glfw3 so is there any change planed about this function for next releases?
It could be very usefull for me to be able to drag and drop files…
thank you.

troisdsman wrote on Monday, April 07, 2014:

auto reply:
seem to be a very new callback for file drag’n’drop
https://github.com/glfw/glfw/pull/186

Is it working only under windows, linux and osx?
Is there any exemple of use anywhere (seem to be easy anyway ;))

You should add this very usefull function to the new features page (http://www.glfw.org/docs/latest/news.html)

thank you very much arturoc for this commit!