GLFWwindowcontentscalefun

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

Meta

Since

Added in version 3.3.

Ingroup: window