The function pointer type for window content refresh callbacks.
This is the function pointer type for window content refresh callbacks. A window content refresh 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 content refresh callbacks.
This is the function pointer type for window content refresh callbacks. A window content refresh callback function has the following signature: