[Solved][GLFW][LWJGL3] Toggle between fullscreen and windowed mode

Hello,

I’ve tried to toggle between fullscreen and windowed mode, but calling [icode]glfwDestroyWindow()[/icode] also destroys it’s context. Is there any way to toggle between fullscreen and windowed mode without losing the context?

Thanks.