Callbacks. More information in GLFW3 documentation.

Prototype

extern(C) void setCharModsCallback(
  extern(C) nothrow void function(GLFWwindow*, uint, int) cb
) nothrow;