I was just curious ... when using glfwSetScrollCallback(window, scrollfun) in java, GLFW 3.2, do I need to release/remove the callback at anytime, as in,
glfwSetScrollCallback(window, scrollfun)