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[])
Added in version 3.1.
Ingroup: input
See Implementation
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: