GLFWmonitorfun

The function pointer type for monitor configuration callbacks.

This is the function pointer type for monitor configuration callbacks. A monitor callback function has the following signature:

void function_name(GLFWmonitor* monitor, int event)
extern (C) @nogc nothrow __gshared
alias GLFWmonitorfun = void function(GLFWmonitor*, int)

Meta

Since

Added in version 3.0.

Ingroup: monitor