GLFWerrorfun

The function pointer type for error callbacks.

This is the function pointer type for error callbacks. An error callback function has the following signature:

void callback_name(int error_code, const char* description)
extern (C) @nogc nothrow __gshared
alias GLFWerrorfun = void function(int, const(char)*)

Meta

Since

Added in version 3.0.

Ingroup: init