Menu

Drag'n drop

Using GLFW
3dsman
2011-12-31
2014-04-07
  • 3dsman

    3dsman - 2011-12-31

    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 ;)

     
  • elmindreda

    elmindreda - 2012-01-04

    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!

     
  • 3dsman

    3dsman - 2014-04-07

    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.

     
  • 3dsman

    3dsman - 2014-04-07

    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!