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