Callbacks. More information in GLFW3 documentation.

Prototype

extern(C) void setScrollCallback(
  extern(C) nothrow void function(GLFWwindow*, double, double) cb
) nothrow;