GLFWwindowclosefun

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)
extern (C) @nogc nothrow __gshared
alias GLFWwindowclosefun = void function(GLFWwindow*)

Meta

Since

Added in version 2.5. @glfw3 Added window handle parameter.

Ingroup: window