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)
Added in version 2.4. @glfw3 Added window handle parameter.
Ingroup: input
See Implementation
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: