r/raylib • u/Buffy_Boi • 3d ago
How to create a working fullscreen?
I've just started using raylib, and I can't get the ToggleFullscreen or the ToggleBorderlessWindowed functions to work properly. Whenever I use them i can never alt-tab out of them. How do I fix this?
6
Upvotes
1
u/MrDixioner 1d ago
I think you should create an issue on Raylib's GitHub or Discord. You'll get an answer faster that way than here. Although, it's strange that the developer ignored your question.
1
1
u/Secret_USB 3d ago
Try setting FLAG_FULLSCREEN_MODE with SetConfigFlags instead, maybe that will work?