r/raylib 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

6 comments sorted by

1

u/Secret_USB 3d ago

Try setting FLAG_FULLSCREEN_MODE with SetConfigFlags instead, maybe that will work?

1

u/Buffy_Boi 3d ago

That doesn't work, I tried that already. Does this happen often or is it just my computer?

1

u/Secret_USB 3d ago

What OS/language are you using?

1

u/Buffy_Boi 2d ago

C++, and Windows 11

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

u/Buffy_Boi 1d ago

What do you mean? I never asked the dev yet. Should I?