The function pointer type for window focus callbacks.
This is the function pointer type for window focus callbacks. A window focus callback function has the following signature:
void function_name(GLFWwindow* window, int focused)
Added in version 3.0.
Ingroup: window
See Implementation
The function pointer type for window focus callbacks.
This is the function pointer type for window focus callbacks. A window focus callback function has the following signature: