GLFWwindowposfun

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

Meta

Since

Added in version 3.0.

Ingroup: window