The function pointer type for Unicode character with modifiers
callbacks.
This is the function pointer type for Unicode character with modifiers
callbacks. It is called for each input character, regardless of what
modifier keys are held down. A Unicode character with modifiers callback
function has the following signature:
void function_name(GLFWwindow* window, unsigned int codepoint, int mods)
The function pointer type for Unicode character with modifiers callbacks.
This is the function pointer type for Unicode character with modifiers callbacks. It is called for each input character, regardless of what modifier keys are held down. A Unicode character with modifiers callback function has the following signature: