GLFWdropfun

The function pointer type for path drop callbacks.

This is the function pointer type for path drop callbacks. A path drop callback function has the following signature:

void function_name(GLFWwindow* window, int path_count, const char* paths[])
extern (C) @nogc nothrow __gshared
alias GLFWdropfun = void function(GLFWwindow*, int, const(char)**)

Meta

Since

Added in version 3.1.

Ingroup: input