The function pointer type for window close callbacks.
This is the function pointer type for window close callbacks. A window close callback function has the following signature:
void function_name(GLFWwindow* window)
Added in version 2.5. @glfw3 Added window handle parameter.
Ingroup: window
See Implementation
The function pointer type for window close callbacks.
This is the function pointer type for window close callbacks. A window close callback function has the following signature: