GLFWcharmodsfun

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)
extern (C) @nogc nothrow __gshared
alias GLFWcharmodsfun = void function(GLFWwindow*, uint, int)

Meta

Since

Added in version 3.1.

Ingroup: input