GLFWcharfun

The function pointer type for Unicode character callbacks.

This is the function pointer type for Unicode character callbacks. A Unicode character callback function has the following signature:

void function_name(GLFWwindow* window, unsigned int codepoint)
extern (C) @nogc nothrow __gshared
alias GLFWcharfun = void function(GLFWwindow*, uint)

Meta

Since

Added in version 2.4. @glfw3 Added window handle parameter.

Ingroup: input