The function pointer type for window content scale callbacks.
This is the function pointer type for window content scale callbacks. A window content scale callback function has the following signature:
void function_name(GLFWwindow* window, float xscale, float yscale)
Added in version 3.3.
Ingroup: window
See Implementation
The function pointer type for window content scale callbacks.
This is the function pointer type for window content scale callbacks. A window content scale callback function has the following signature: