Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Gameframe

Custom window frame for GameMaker games · By YellowAfterlife

Starting Window Focused

A topic by dreamsknight created Mar 02, 2025 Views: 60 Replies: 2
Viewing posts 1 to 2

So I am having issues with latest gamemaker, even with a blank project, when you press start game and then click on something else like discord, or alt tab to desktop, game will either start minimized, or like windowed mode in a weird position, it fixes when u click on it, but it doesn't look professional. Would this extension fix it?

Developer

If I understood you correctly, I think that only happens if you have set your game to start in exclusive full screen mode.

Implementing borderless fullscreen through window_set_showborder helps.

This extension can also be used for that, but you don’t have to unless you’re using the LTS version of GM.

Yeah you are right, thank you!