I am using GLFW and I would like to know how to toggle full-screen windowed mode. Not changing the resolution, but instead setting the window to be on top and without decoration. If GLFW is not capable of doing this, then what cross platform library do you suggest to achieve this?
Share
You can tell glfw to open your window fullscreen.
As far as I know you would have to close and reopen this window to switch between a window and fullscreen mode.