Problems with glfwSetWindowSizeCallback

anonymous wrote on Tuesday, February 12, 2013:

I have used “glfwSetWindowSizeCallback” in glfw 2.x.x but now since the latest versions I having huge problems setting it up.

This is what I try:
glfwSetWindowSizeCallback(window, window_resize_callback(window, width, height));

Where window_resize_callback is a GLFWwindowsizefun.

I have tried to read the documentation but I would rather see an example of the new method in action.
Thanks

elmindreda wrote on Tuesday, March 19, 2013:

Look at the examples that come with GLFW.