You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure ToggleFullscreen() won't work properly unless you enable the allow resize flags (with raylib). SetConfigFlags(FLAG_WINDOW_RESIZABLE); (before the window is created)
I'm pretty sure ToggleFullscreen() won't work properly unless you enable the allow resize flags (with raylib). SetConfigFlags(FLAG_WINDOW_RESIZABLE); (before the window is created)
Enabling ...RESIZEABLE with ToggleFullscreen creates issues with the GLFW backend :-/
So i was testing the RGFW backend to compare with GLFW backend on my Linux, and found
ToggleFullscreen()
just does not work.The window is just moved to the top left corner without even resizing.
The console show :
WARNING: ToggleBorderlessWindowed() after window creation not available on target platform
The text was updated successfully, but these errors were encountered: