Callbacks. More information in GLFW3 documentation.

Prototype

extern(C) void setDropCallback(
  extern(C) nothrow void function(GLFWwindow*, int, const(char*)*) cb
) nothrow;