GLFWwindowmaximizefun

The function pointer type for window maximize callbacks.

This is the function pointer type for window maximize callbacks. A window maximize callback function has the following signature:

void function_name(GLFWwindow* window, int maximized)
extern (C) @nogc nothrow __gshared
alias GLFWwindowmaximizefun = void function(GLFWwindow*, int)

Meta

Since

Added in version 3.3.

Ingroup: window