* callbacks erases the function address, so it can't be called again. */ private void releaseNativeCallbacks() { glfwCharCallback.free(); glfwCharModsCallback.free(); glfwCursorEnterCallback.free(); glfwCursorPosCallback.free(); glfwDropCallback.free(); glfwFramebufferSizeCallback.free()...